Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-extracts committed Dec 1, 2024
1 parent 5a5c9df commit 9e7d0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
# ONLY if we're on main (so no PRs or feature branches allowed!)
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/website' }}
with:
branch: gh-pages
# Gotta tell the action where to find oranda's output
Expand Down

0 comments on commit 9e7d0dd

Please sign in to comment.