Skip to content

Commit

Permalink
fix(workflows/push): try changing persist-credentials mid-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Feb 5, 2021
1 parent 72b182c commit 82bfeab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false # needed for gh-pages deployment
- uses: actions/setup-node@v1
with:
node-version: '12'
Expand Down Expand Up @@ -47,6 +45,10 @@ jobs:
rm -rf out
yarn build
- uses: actions/checkout@v2
with:
persist-credentials: false # needed for gh-pages deployment

- name: 🚀 Deploy gallery
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
Expand Down

0 comments on commit 82bfeab

Please sign in to comment.