Skip to content

Commit

Permalink
Merge pull request #134 from heitorlessa/chore/lockdown-gh-pages-work…
Browse files Browse the repository at this point in the history
…flow

fix(ci): lockdown gh-pages workflow to sha
  • Loading branch information
sliedig authored Jul 24, 2022
2 parents cbc6227 + e81b922 commit ef183e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build docs website
run: make build-docs-website
- name: Deploy all docs
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
Expand All @@ -47,7 +47,7 @@ jobs:
brew install -f docfx --skip-cask-deps --ignore-dependencies
docfx apidocs/docfx.json
- name: Release API docs to latest
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./apidocs/_site
Expand Down

0 comments on commit ef183e7

Please sign in to comment.