Skip to content

Commit 4a04337

Browse files
committed
Testing update to main workflow.
1 parent 09e5cc9 commit 4a04337

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
15+
- uses: actions/deploy-pages@v4
1516
with:
1617
python-version: 3.x
1718
- run: pip install -r requirements.txt
18-
- run: mkdocs gh-deploy --force
19+
#- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)