Skip to content

Commit

Permalink
Merge pull request #345 from 10up/fix/344
Browse files Browse the repository at this point in the history
fix/344: Fix hook docs deployment.
  • Loading branch information
jeffpaul authored May 13, 2022
2 parents 0687031 + 97f556c commit 9ec85da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build docs
run: npm run build:docs
- name: Deploy docs update
uses: maxheld83/ghpages@v0.2.1
env:
BUILD_DIR: 'docs/'
GH_PAT: ${{ secrets.GH_PAT }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: './docs'

0 comments on commit 9ec85da

Please sign in to comment.