Skip to content

Commit 9671564

Browse files
authored
Add files via upload
1 parent 5144e79 commit 9671564

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
with:
2626
python-version: "3.x"
2727

28-
- name: Install dependencies
28+
- name: Install dependencies and build
2929
run: |
3030
pip install -r requirements.txt
31-
# If you don't need strict link checking, omit --strict below
3231
mkdocs build --site-dir site
3332
- name: Upload artifact
3433
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)