Skip to content

Commit

Permalink
fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch committed Oct 7, 2022
1 parent 825c20d commit 843a296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ jobs:

- name: Publish gh-pages
if: startsWith(github.ref, 'refs/tags/v')
uses: JamesIves/github-pages-deploy-action@4.4.0
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/target/paradox/site/main
2 changes: 1 addition & 1 deletion project/SetupGithubActionsPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object SetupGithubActionsPlugin extends AutoPlugin {
cond = Some("startsWith(github.ref, 'refs/tags/v')")
),
WorkflowStep.Use(
UseRef.Public("JamesIves", "github-pages-deploy-action", "4.4.0"),
UseRef.Public("JamesIves", "github-pages-deploy-action", "v4"),
name = Some("Publish gh-pages"),
cond = Some("startsWith(github.ref, 'refs/tags/v')"),
params = Map("folder" -> "docs/target/paradox/site/main")
Expand Down

0 comments on commit 843a296

Please sign in to comment.