Skip to content

Commit

Permalink
Merge pull request #219 from metanorma/cimas/update-configuration-09-…
Browse files Browse the repository at this point in the history
…06-2023
  • Loading branch information
github-actions[bot] authored Sep 6, 2023
2 parents 29fae06 + 2953f81 commit 69b704d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected].3"
uses: "pascalgn/[email protected].6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Cache Metanorma assets
uses: actions-mn/cache@v1
with:
submodules: true

- name: Metanorma generate site
uses: actions-mn/build-and-publish@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
agree-to-terms: true

deploy:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Cache Metanorma assets
uses: actions-mn/cache@v1
with:
submodules: true

- name: Setup Metanorma toolchain
uses: actions-mn/setup@main
Expand Down

0 comments on commit 69b704d

Please sign in to comment.