Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shariff committed Mar 25, 2024
1 parent 0fbc91d commit a9b8dfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
#----------------------------------------------
- name: Install project
run: poetry install --no-interaction --with dev
#----------------------------------------------
# Build mkdocs
#----------------------------------------------
- name: build docs
run: poetry run mkdocs build -c -v

#----------------------------------------------
# Build mkdocs
# Publish
#----------------------------------------------
- name: build pages
uses: mattnotmitt/[email protected]
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit a9b8dfc

Please sign in to comment.