Skip to content

Commit

Permalink
Update push_web_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Jan 12, 2024
1 parent e60b750 commit ea2a771
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push_web_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deployment.
folder: dist # The folder the action should deploy.
branch: gh-pages # The branch the action should deploy to.

0 comments on commit ea2a771

Please sign in to comment.