|
|
@ -54,7 +54,7 @@ jobs:
|
|
|
|
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
|
|
|
|
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
|
|
|
|
|
|
|
|
|
|
|
|
- name: Deploy as pages
|
|
|
|
- name: Deploy as pages
|
|
|
|
uses: JamesIves/github-pages-deploy-action@4.1.7
|
|
|
|
uses: JamesIves/github-pages-deploy-action@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
branch: release # The branch the action should deploy to.
|
|
|
|
branch: release # The branch the action should deploy to.
|
|
|
|
folder: . # The folder the action should deploy.
|
|
|
|
folder: . # The folder the action should deploy.
|
|
|
|