Skip to content

Commit 5f4a710

Browse files
committed
update gh action
1 parent fd194b8 commit 5f4a710

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/fetch-remark-metadata.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
ref: master
1315
- name: set up Python
1416
uses: actions/setup-python@v5
1517
with:
@@ -24,6 +26,7 @@ jobs:
2426
run: |
2527
git config --global user.name github-actions
2628
git config --global user.email [email protected]
27-
git checkout -b gh-pages
29+
git checkout --orphan gh-pages
2830
git add .
2931
git commit -m "autopull REMARKs $(date)"
32+
git push --force origin gh-pages

0 commit comments

Comments
 (0)