Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxs-ribs committed Nov 20, 2023
1 parent 6cf1bc6 commit 7501bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Build docs
run: cd docs && make deploy
- name: Upload artifact
if: github.ref == 'refs/head/main'
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: 'docs/_build/dirhtml'
- name: Deploy to GitHub Pages
if: github.ref == 'refs/head/main'
if: github.ref == 'refs/heads/main'
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 7501bd8

Please sign in to comment.