Skip to content

Commit

Permalink
Merge pull request #91 from Subaru-PFS/u/monodera/github_actions-hotfix
Browse files Browse the repository at this point in the history
hotfix for environment variable
  • Loading branch information
monodera authored Jun 25, 2024
2 parents 5d202d2 + 4a705cb commit fedbdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
run: pip install mkdocs "mkdocs-material[imaging]"

- name: Build and deploy documentation
run: mkdocs build --site-dir ${{ env.DOC_PATH }}
run: mkdocs build --site-dir ${{ vars.DOC_PATH }}

0 comments on commit fedbdb6

Please sign in to comment.