Skip to content

Commit

Permalink
still working on original deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Mar 31, 2024
1 parent e39a4ea commit e913215
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
#
- name: Old Deploy to GitHub Pages
uses: actions/deploy-pages@v4
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
with:
token: ${{ secrets.GITHUB_TOKEN }}
# timeout: 600000
Expand Down

0 comments on commit e913215

Please sign in to comment.