actions: bump gh-pages-deploy to v4.4.1 and cleanup args

also, what submodule? we got no submodule
This commit is contained in:
lifehackerhansol 2023-04-02 11:32:22 -07:00 committed by GitHub
parent ddef1bcf89
commit e046ac7825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
submodules: recursive
fetch-depth: 1
# to get README.md to webpage as well as GitHub's UI
@ -34,9 +33,8 @@ jobs:
touch public/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: public # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branchimage: ubuntu:bionic
branch: gh-pages # The branch the action should deploy to.
folder: public # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branchimage: ubuntu:bionic