Skip to content

Commit

Permalink
[bug]尝试修复自动部署
Browse files Browse the repository at this point in the history
  • Loading branch information
ForeverYolo committed Jun 4, 2024
1 parent 9f63953 commit 50dc0b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
permissions:
contents: read
pages: write
id-token: write
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 50dc0b1

Please sign in to comment.