|
@@ -32,7 +32,7 @@ jobs:
|
|
|
|
|
|
- name: Setup Pages
|
|
|
if: github.ref_name == 'main' || github.ref_name == 'develop'
|
|
|
- uses: actions/configure-pages@v3
|
|
|
+ uses: actions/configure-pages@v4
|
|
|
|
|
|
- name: Upload artifact
|
|
|
if: github.ref_name == 'main' || github.ref_name == 'develop'
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
- name: Deploy to GitHub Pages
|
|
|
if: github.ref_name == 'main' || github.ref_name == 'develop'
|
|
|
id: deployment
|
|
|
- uses: actions/deploy-pages@v2
|
|
|
+ uses: actions/deploy-pages@v3
|
|
|
with:
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|