Skip to content

Commit

Permalink
Merge pull request #74 from ocefpaf/sync_theme
Browse files Browse the repository at this point in the history
keep sync_theme alive
  • Loading branch information
srstsavage authored Jun 13, 2024
2 parents 917bb99 + 1b119b6 commit 81f45c7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/sync_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with: { ref: gh-pages }

- name: submodule checkout
Expand All @@ -38,4 +38,14 @@ jobs:
git add -A
timestamp=$(date -u)
git commit -m "Update theme on: ${timestamp}" || exit 0
git push
git push
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
if: github.event_name == 'schedule'
permissions:
actions: write
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: gautamkrishnar/keepalive-workflow@beb86212524e1ae856d1cd80efb44e73bf7daf4a # 2.0.1

0 comments on commit 81f45c7

Please sign in to comment.