Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 20, 2024
1 parent f28062a commit 067ddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Deploy
env:
GH_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}
uses: JamesIves/github-pages-deploy-action@${{ env.DOCKER_USER }}
uses: JamesIves/github-pages-deploy-action@${{ env.GH_PAGES_DEPLOY }}
if: ${{ github.event_name == 'push' && env.GH_DEPLOY != 'false' }}
with:
branch: gh-pages
Expand Down

0 comments on commit 067ddf7

Please sign in to comment.