Skip to content

Commit

Permalink
Hopefully fix publish-docs actions (#47)
Browse files Browse the repository at this point in the history
Need to use source (dot) to run a local script. Woops.
  • Loading branch information
chrisbanes authored Feb 9, 2023
1 parent 7e7e6ad commit 1d7cd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python3 -m pip install -r .github/workflows/mkdocs-requirements.txt
- name: Build site
run: deploy_website.sh --ci
run: ./deploy_website.sh --ci

- name: Deploy site
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1d7cd22

Please sign in to comment.