Skip to content

Commit 1605b3c

Browse files
committed
Use latest version of showyourwork on remote
1 parent 119f224 commit 1605b3c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: Build the article PDF
1818
id: build
19+
with:
20+
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
1921
uses: showyourwork/showyourwork-action@v1
2022
env:
2123
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: Build the article PDF
1818
id: build
19+
with:
20+
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
1921
uses: showyourwork/showyourwork-action@v1
2022
env:
2123
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}

0 commit comments

Comments
 (0)