Skip to content

Commit 6f9e941

Browse files
committed
Change workflow file for debugging
1 parent ccbebd0 commit 6f9e941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.8'
17+
python-version: "3.8"
1818

1919
- name: Install ubuntu dependencies
2020
run: sudo apt-get install -y libxml2-dev libxslt-dev
@@ -30,7 +30,7 @@ jobs:
3030
- name: test broken links
3131
run: |
3232
# run the server
33-
mkdocs serve > /dev/null 2>&1 &
33+
mkdocs serve > /dev/null &
3434
SERVER_PID=$!
3535
echo "mk server in PID $SERVER_PID"
3636
# Give enough time for deployment

0 commit comments

Comments
 (0)