Skip to content

Commit

Permalink
don't use the mega image
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Fossati <thomas.fossati@arm.com>
  • Loading branch information
thomas-fossati committed Sep 5, 2022
1 parent da8d501 commit 18ac60e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
uses: actions/checkout@v2

- name: "Update Archive"
uses: martinthomson/i-d-template@v1m
uses: martinthomson/i-d-template@v1
with:
make: archive
token: ${{ github.token }}

- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1m
uses: martinthomson/i-d-template@v1
with:
make: gh-archive
token: ${{ github.token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
restore-keys: i-d-

- name: "Build Drafts"
uses: martinthomson/i-d-template@v1m
uses: martinthomson/i-d-template@v1
with:
token: ${{ github.token }}

- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1m
uses: martinthomson/i-d-template@v1
if: ${{ github.event_name == 'push' }}
with:
make: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
restore-keys: i-d-

- name: "Build Drafts"
uses: martinthomson/i-d-template@v1m
uses: martinthomson/i-d-template@v1
with:
token: ${{ github.token }}

- name: "Upload to Datatracker"
uses: martinthomson/i-d-template@v1m
uses: martinthomson/i-d-template@v1
with:
make: upload

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2

- name: "Update Generated Files"
uses: martinthomson/i-d-template@v1m
uses: martinthomson/i-d-template@v1
with:
make: update-files
token: ${{ github.token }}
Expand Down

0 comments on commit 18ac60e

Please sign in to comment.