Added documentation on how to use caching propetly.
This commit is contained in:
parent
09b7780ebd
commit
5287719976
2 changed files with 62 additions and 4 deletions
.github/workflows
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -7,7 +7,6 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
- 'test-cache'
|
||||
schedule:
|
||||
- cron: '0 10 * * 1'
|
||||
|
||||
|
@ -20,8 +19,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Grant All Perms on /usr/local/etc/roswell
|
||||
# This makes cache restoration possible
|
||||
- name: Grant All Perms to Make Cache Restoring Possible
|
||||
run: |
|
||||
sudo mkdir -p /usr/local/etc/roswell
|
||||
sudo chown "${USER}" /usr/local/etc/roswell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue