Skip to content

Commit

Permalink
Move artifact access to earlier in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson authored Aug 24, 2022
1 parent bae79f7 commit 8bcbfa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download IPNI-OA release artifact
run: bash bin/download-ipni-oa-artifacts.bash ${{ secrets.PAT }}

- name: Sanity check artifact download
run: ls -ltra downloads

- name: Installation
run: sudo apt-get update -y

Expand All @@ -25,12 +31,6 @@ jobs:
- name: Check pandoc version
run: pandoc -v

- name: Download IPNI-OA release artifact
run: bash bin/download-ipni-oa-artifacts.bash ${{ secrets.PAT }}

- name: Sanity check artifact download
run: ls -ltra downloads

- name: Build all formats (PDF, docx and HTML)
run: make all

Expand Down

0 comments on commit 8bcbfa5

Please sign in to comment.