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 e1d0b34 commit 8cbec92Copy full SHA for 8cbec92
.github/workflows/update_book.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Copy contents of dev/ to home folder
24
run: |
25
- yes | cp -rf dev ${{ runner.home }}
+ yes | cp -rf dev $HOME
26
27
# Push update website to dev/ and clean out old commits
28
- name: Update website to contents of dev, remove all old commits and subpages
@@ -35,7 +35,7 @@ jobs:
35
36
- name: copy dev/ website back in
37
38
- yes | cp -rf ${{ runner.home }}/dev dev
+ yes | cp -rf $HOME/dev dev
39
40
- name: push the result to gh-pages
41
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments