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 628f2be commit e9cba68Copy full SHA for e9cba68
.github/workflows/book.yml
@@ -34,11 +34,11 @@ jobs:
34
run: |
35
rm -rf content
36
cp -r gh-pages/content .
37
- - name: Deploy to GitHub Pages
+ - name: Trigger GitHub Pages Bot
38
39
git config --global user.name 'github-actions[bot]'
40
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
41
-
+
42
git add content
43
if [ "${{ github.ref_type }}" == "tag" ]; then
44
git commit --allow-empty -m "update book for release ${{ github.ref }}"
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Deploy Releases
+name: Publish all
2
3
on:
4
push:
0 commit comments