Skip to content

Commit 7a15472

Browse files
2 parents f9da2c4 + a1cdd5d commit 7a15472

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
2525
- name: Deploy
2626
if: github.ref_name == 'master'
27-
uses: JamesIves/github-pages-deploy-action@v4.6.4
27+
uses: remarkablemark/gitploy-action@v1
2828
with:
29-
branch: gh-pages
30-
folder: web
29+
directory: web
3130

3231
- name: Upload artifacts
3332
if: github.ref_name == 'master'

0 commit comments

Comments
 (0)