Skip to content

Commit

Permalink
试试呗
Browse files Browse the repository at this point in the history
  • Loading branch information
MCSeekeri committed Oct 23, 2023
1 parent f246393 commit 2e8fa8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
contents: read
pages: write
id-token: write

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -46,3 +49,12 @@ jobs:
folder: public
clean: true
single-commit: true
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 2e8fa8a

Please sign in to comment.