mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 17:59:15 +01:00
workflow: bump actions/checkout to v3
This commit is contained in:
parent
c23327df11
commit
25c5fc3e9e
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: recursive
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
mkdir public
|
||||
cp -r files/* public
|
||||
cp CNAME public
|
||||
cp .nojekyll public
|
||||
touch public/.nojekyll
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
|
Loading…
Reference in New Issue
Block a user