Skip to content

Commit

Permalink
Fix mkdocs path
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Jul 16, 2024
1 parent ff16d0f commit ab300c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,9 @@ jobs:
- name: Build mkdocs-material project
env:
MKDOCS_PATH: ${{ inputs.SiteOutputPath }}
MKDOCS_PATH: ${{ inputs.SiteOutputPath }}/mkdocs.yml
run: |
mkdocs build --config-file mkdocs.yml --strict --site-dir _site
mkdocs build --config-file $MKDOCS_PATH --strict --site-dir _site
- uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit ab300c5

Please sign in to comment.