Skip to content

Commit

Permalink
Use specific hash for @peaceiris/action-gh-pages (MetaMask#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Apr 27, 2023
1 parent cd9cb73 commit e9ea8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
run: rm -rf "${BRANCH_NAME}"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
Expand Down

0 comments on commit e9ea8ba

Please sign in to comment.