Skip to content

Commit 7ffe2cd

Browse files
authored
Use more recent version of ghaction-github-pages action
1 parent c208f04 commit 7ffe2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
-v ${{ github.workspace }}:/app -w /app \
1919
node:lts /bin/bash -c "npm install && npx encore prod"
2020
- name: Publish the generated assets to GitHub Pages
21-
uses: crazy-max/ghaction-github-pages@v2.2.0
21+
uses: crazy-max/ghaction-github-pages@v3
2222
with:
2323
target_branch: gh-pages
2424
keep_history: true

0 commit comments

Comments
 (0)