Skip to content

Commit

Permalink
ci: test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 21, 2024
1 parent 139847c commit 90ff14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Deploy
env:
deployurl: 'JamesIves/github-pages-deploy-action@v4'
uses: ${{ deployurl }}
DEPLOYURL: 'JamesIves/github-pages-deploy-action@v4'
uses: ${{ env.DEPLOYURL }}
env:
GH_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}
if: ${{ github.event_name == 'push' && env.GH_DEPLOY != 'false' }}
Expand Down

0 comments on commit 90ff14c

Please sign in to comment.