We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d819f81 commit 64ddf41Copy full SHA for 64ddf41
.github/workflows/ghpages.yml
@@ -18,6 +18,8 @@ jobs:
18
build:
19
name: "Update Editor's Copy"
20
runs-on: ubuntu-latest
21
+ permissions:
22
+ contents: write
23
steps:
24
- name: "Checkout"
25
uses: actions/checkout@v4
@@ -27,7 +29,7 @@ jobs:
27
29
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"
28
30
31
- name: "Caching"
- uses: actions/cache@v3
32
+ uses: actions/cache@v4
33
with:
34
path: |
35
.refcache
0 commit comments