Skip to content

Commit

Permalink
Update sync_theme.yml
Browse files Browse the repository at this point in the history
testing action
  • Loading branch information
MathewBiddle authored Feb 14, 2023
1 parent 7c28511 commit 1b611c5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/sync_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,22 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
# with:
# submodules: true

- name: submodule checkout
run: |
git submodule update --init
#git submodule update --remote --merge
- name: check submodule status
run: |
git submodule status
# - name: Update theme from submodules
# run: |
# git submodule set-branch --branch navbars _data/navbars_theme
# # git submodule sync --recursive
# git submodule update --remote
- name: Update theme from submodules
run: |
git submodule update --remote --merge
- name: check submodule status 2
run: |
git submodule status
- name: Commit and push if it changed
run: |
Expand Down

0 comments on commit 1b611c5

Please sign in to comment.