File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253253 rm targets.tar
254254
255255 - name : Deploy docs
256- uses : peaceiris/actions-gh-pages@v3
256+ uses : peaceiris/actions-gh-pages@v4
257257 with :
258258 publish_dir : ./target/website
259259 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
9494 """ .stripMargin.trim.linesIterator.mkString.some,
9595 steps = githubWorkflowGeneratedDownloadSteps.value.toList :+
9696 WorkflowStep .Use (
97- UseRef .Public (" peaceiris" , " actions-gh-pages" , " v3 " ),
97+ UseRef .Public (" peaceiris" , " actions-gh-pages" , " v4 " ),
9898 name = Some (s " Deploy docs " ),
9999 params = Map (
100100 " publish_dir" -> " ./target/website" ,
You can’t perform that action at this time.
0 commit comments