Skip to content

Commit

Permalink
try newer upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Travers committed Jul 31, 2023
1 parent 3e06026 commit 21472a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: tlylt/[email protected]

- name: Install Pret
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: CANDELbio/pret
path: pret
Expand All @@ -35,7 +35,7 @@ jobs:
run: lein run resources/candel-config.edn documentation

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.8
uses: actions/upload-pages-artifact@v2.0.0
with:
path: resources/public/schema/1.3.1
retention-days: 14
Expand Down

0 comments on commit 21472a6

Please sign in to comment.