Skip to content

Commit

Permalink
try with a deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 22, 2024
1 parent efa81b3 commit c3da7ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build documentation

on: [push, pull_request]

permissions: write-all

env:
OCAML_DEFAULT_VERSION: 4.14.2
# Add OPAMYES=true to the environment, this is usefill to replace `-y` option
Expand Down Expand Up @@ -57,7 +55,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: build_doc
destination_dir: dev
enable_jekyll: true

0 comments on commit c3da7ea

Please sign in to comment.