Skip to content

Commit

Permalink
chore: Update eslint.org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 9, 2020
1 parent 603d3e0 commit 6c37593
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/eslint.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
yarn run build
- name: Deploy eslint.org
uses: peaceiris/actions-gh-pages@v2.5.0
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: eslint.org
PUBLISH_DIR: ./eslint.org/_site
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: eslint.org
publish_dir: ./eslint.org/_site

0 comments on commit 6c37593

Please sign in to comment.