Skip to content

Commit

Permalink
ci: Use v2 of Checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 authored Dec 22, 2019
1 parent eaafa60 commit 3c54a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup NodeJS LTS
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Deploy site
run: npm run action:deploy
env:
GH_TOKEN: ${{ secrets.DEPLOY_GH_PAGES_TOKEN }}
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GH_TOKEN: ${{ secrets.DEPLOY_GH_PAGES_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c54a21

Please sign in to comment.