File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy to GitHub pages
2
2
3
- run-name : ' ${{ github.workflow }} - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
3
+ run-name : ' ${{ github.workflow }} by @${{ github.actor }}'
4
4
5
5
on :
6
6
push :
21
21
working-directory : ./website
22
22
permissions :
23
23
contents : read
24
- id-token : write
25
24
runs-on : ubuntu-latest
26
25
steps :
27
26
- name : 🛎️ GitHub checkout branch "${{ github.head_ref }}"
54
53
permissions :
55
54
contents : read
56
55
id-token : write
56
+ pages : write
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ slug: /
10
10
::: info
11
11
This web page is for learning and experimenting, and will always be under construction. 🔨
12
12
13
- Testing. Testing.
13
+ Testing. Testing. Testing.
14
14
:::
15
15
16
16
## About this page
You can’t perform that action at this time.
0 commit comments