Skip to content

Commit 9d4d56a

Browse files
committed
publish again
1 parent 6af1232 commit 9d4d56a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ jobs:
1919
working-directory: website
2020

2121
- name: Publish
22-
run: GIT_USER=apollosadmin yarn publish-gh-pages
22+
run: |
23+
git config --global user.email "[email protected]"
24+
git config --global user.name "Apollos"
25+
echo "machine github.com login apollosadmin password ${{ secrets.PUBLISH_TOKEN }}" > ~/.netrc
26+
GIT_USER=apollosadmin yarn run publish-gh-pages
2327
working-directory: website

0 commit comments

Comments
 (0)