Skip to content

Commit

Permalink
fix typo in ci.yml to release website on refs/heads/deploy_site
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Apr 10, 2024
1 parent 9789a16 commit aeab264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
# Using the depol
if: github.ref == 'refs/heads/depoly_site'
if: github.ref == 'refs/heads/deploy_site'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit aeab264

Please sign in to comment.