only warm up cache for one commit
This commit is contained in:
parent
7e92d8176d
commit
160eabce79
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: create .nojekyll
|
- name: create .nojekyll
|
||||||
run: touch result/www/.nojekyll
|
run: touch result/www/.nojekyll
|
||||||
- name: create ipfs-add.sh
|
- name: create ipfs-add.sh
|
||||||
run: cp _ipfs-add.sh result/www/ipfs-add.sh; (cd result/www; find -type f > ../../.github/files-to-cache.lst)
|
run: cp _ipfs-add.sh result/www/ipfs-add.sh; (cd result/www; find 3 -type f > ../../.github/files-to-cache.lst)
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in New Issue
Block a user