Skip to content

Commit

Permalink
testing GitHub Actions codrops#2
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Jan 8, 2021
1 parent 5c45524 commit da82f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v3.7.1
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
SSH: true
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
SINGLE_COMMIT: true # If you'd prefer to have a single commit on the deployment branch instead of maintaining the full history
Expand Down

0 comments on commit da82f44

Please sign in to comment.