Skip to content

Commit

Permalink
Update github-pages-deploy-action version in metatheory-site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jun 20, 2024
1 parent 1091562 commit 1151526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metatheory-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
run: nix build .#plutus-metatheory-site --out-link _site

- name: Deploy Site
uses: JamesIves/github-pages-deploy-action@latest
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
folder: _site
target-folder: metatheory/${{ inputs.version }}
single-commit: true

- name: Deploy Latest
if: ${{ inputs.latest == true }}
uses: JamesIves/github-pages-deploy-action@latest
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
folder: _site
target-folder: metatheory/latest
Expand Down

0 comments on commit 1151526

Please sign in to comment.