Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Aug 5, 2020
1 parent 8152d6d commit f32324d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: npm run build

- name: Deploy
if: success()
uses: crazy-max/ghaction-github-pages@v1
uses: crazy-max/ghaction-github-pages@v2
with:
build_dir: dist
fqdn: official.github.neko-craft.com
committer_email: [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f32324d

Please sign in to comment.