Skip to content

Commit

Permalink
fix CI/CD x2
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 4, 2024
1 parent 3007736 commit b594440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write # To push a branch
pull-requests: write # To create a PR from that branch
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install mdbook
Expand Down

0 comments on commit b594440

Please sign in to comment.