Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
camriddell committed Sep 12, 2024
1 parent fd194b8 commit 5f4a710
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fetch-remark-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -24,6 +26,7 @@ jobs:
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
git checkout -b gh-pages
git checkout --orphan gh-pages
git add .
git commit -m "autopull REMARKs $(date)"
git push --force origin gh-pages

0 comments on commit 5f4a710

Please sign in to comment.