Skip to content

Commit 893c898

Browse files
authored
Update default.yml
1 parent 2521141 commit 893c898

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/default.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
run: ./gradlew run
2424

2525
- name: Deploy to GitHub Pages
26-
uses: Cecilapp/GitHub-Pages-deploy@master
26+
uses: Cecilapp/GitHub-Pages-deploy@v3
2727
env:
28-
29-
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
30-
BUILD_DIR: build/docs
28+
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
29+
with:
30+
31+
build_dir: build/docs

0 commit comments

Comments
 (0)