Skip to content

Commit

Permalink
Amend deploy key
Browse files Browse the repository at this point in the history
Properly define the deploy key and update gh-pages version

Co-authored-by: Sam Stuewe <stuewe@mit.edu>

Signed-off-by: Michael Maurer <maurer.mi@northeastern.edu>
  • Loading branch information
maurermi authored and HalosGhost committed Apr 23, 2024
1 parent ced84e0 commit 8aefd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
enable-latex: false
additional-packages: graphviz
- name: Deploy GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy_key: ${{ secrets.TX_PAGES_DEPLOY_KEY }}
external_repository: mit-dci/opencbdc-tx-pages
publish_dir: ./doxygen_generated/html

0 comments on commit 8aefd51

Please sign in to comment.