We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09cac6 commit b60fd93Copy full SHA for b60fd93
1 file changed
.github/workflows/build.yaml
@@ -59,7 +59,15 @@ jobs:
59
mkdocs -v build
60
: > site/.nojekyll
61
echo -n '201.ustclug.org' > site/CNAME
62
+ - name: Upload artifact
63
+ uses: actions/upload-pages-artifact@v3
64
+ with:
65
+ path: site
66
- name: Deploy to GitHub Pages
67
+ id: deployment
68
+ uses: actions/deploy-pages@v4
69
+
70
+ - name: Push site to gh-pages branch
71
if: github.ref == 'refs/heads/master'
72
run: |
73
CINFO="$(git log -1 --pretty="%an: [%h] %s")"
0 commit comments