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 506a630 commit 9cafa0cCopy full SHA for 9cafa0c
.github/workflows/ghpages.yml
@@ -18,16 +18,18 @@ jobs:
18
build:
19
name: "Update Editor's Copy"
20
runs-on: ubuntu-latest
21
+ permissions:
22
+ contents: write
23
steps:
24
- name: "Checkout"
- uses: actions/checkout@v3
25
+ uses: actions/checkout@v4
26
27
- name: "Setup"
28
id: setup
29
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"
30
31
- name: "Caching"
- uses: actions/cache@v3
32
+ uses: actions/cache@v4
33
with:
34
path: |
35
.refcache
@@ -51,7 +53,7 @@ jobs:
51
53
token: ${{ github.token }}
52
54
55
- name: "Archive Built Drafts"
- uses: actions/upload-artifact@v3
56
+ uses: actions/upload-artifact@v4
57
58
59
draft-*.html
0 commit comments