We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81afd9e commit 2d37f53Copy full SHA for 2d37f53
1 file changed
.github/workflows/deploy.yml
@@ -12,9 +12,9 @@ on:
12
steps:
13
- uses: actions/checkout@v4
14
15
- - name: Deploy to GitHub Pages
16
- uses: peaceiris/actions-gh-pages@v4
17
- with:
18
- github_token: ${{ secrets.GITHUB_TOKEN }}
19
- publish_dir: ./
20
- cname: popmonster.vip
+ - name: Deploy to GitHub Pages
+ uses: peaceiris/actions-gh-pages@v4
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./
+ cname: popmonster.vip
0 commit comments