Skip to content

Commit

Permalink
Update branch name in grunt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato authored Aug 20, 2021
1 parent 22d69eb commit 4934530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@4.1.4
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
with:
branch: gh-pages
folder: .

0 comments on commit 4934530

Please sign in to comment.