We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf0da9 commit 16e1876Copy full SHA for 16e1876
.github/workflows/deploy.yml
@@ -0,0 +1,21 @@
1
+name: Deploy to GitHub Pages
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main # 触发分支
7
8
+jobs:
9
+ deploy:
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ steps:
14
+ - name: Checkout code
15
+ uses: actions/checkout@v3
16
17
+ - name: Deploy to GitHub Pages
18
+ uses: peaceiris/actions-gh-pages@v3
19
+ with:
20
+ github_token: ${{ secrets.GITHUB_TOKEN }}
21
+ publish_dir: ./website
website/images/image-20230816233501101.png
106 KB
0 commit comments