Skip to content

Commit 843a296

Browse files
committed
fix ci.yml
1 parent 825c20d commit 843a296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ jobs:
146146

147147
- name: Publish gh-pages
148148
if: startsWith(github.ref, 'refs/tags/v')
149-
uses: JamesIves/github-pages-deploy-action@4.4.0
149+
uses: JamesIves/github-pages-deploy-action@v4
150150
with:
151151
folder: docs/target/paradox/site/main

project/SetupGithubActionsPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object SetupGithubActionsPlugin extends AutoPlugin {
3737
cond = Some("startsWith(github.ref, 'refs/tags/v')")
3838
),
3939
WorkflowStep.Use(
40-
UseRef.Public("JamesIves", "github-pages-deploy-action", "4.4.0"),
40+
UseRef.Public("JamesIves", "github-pages-deploy-action", "v4"),
4141
name = Some("Publish gh-pages"),
4242
cond = Some("startsWith(github.ref, 'refs/tags/v')"),
4343
params = Map("folder" -> "docs/target/paradox/site/main")

0 commit comments

Comments
 (0)