mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 17:59:15 +01:00
actions: bump gh-pages-deploy to v4.4.1 and cleanup args
also, what submodule? we got no submodule
This commit is contained in:
parent
ddef1bcf89
commit
e046ac7825
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@ -13,7 +13,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
submodules: recursive
|
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
# to get README.md to webpage as well as GitHub's UI
|
# to get README.md to webpage as well as GitHub's UI
|
||||||
@ -34,9 +33,8 @@ jobs:
|
|||||||
touch public/.nojekyll
|
touch public/.nojekyll
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
branch: gh-pages # The branch the action should deploy to.
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
folder: public # The folder the action should deploy.
|
||||||
FOLDER: public # The folder the action should deploy.
|
clean: true # Automatically remove deleted files from the deploy branchimage: ubuntu:bionic
|
||||||
CLEAN: true # Automatically remove deleted files from the deploy branchimage: ubuntu:bionic
|
|
||||||
|
Loading…
Reference in New Issue
Block a user