Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Jun 27, 2024
1 parent 9c26bba commit 691fbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: main

- name: Deploy Current Version
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages
folder: ./
Expand All @@ -40,7 +40,7 @@ jobs:
ref: release/v1

- name: Deploy Version One
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages
folder: ./
Expand Down

0 comments on commit 691fbdc

Please sign in to comment.