Skip to content

Commit 6da4f8e

Browse files
committed
est: fix deploy script
1 parent 6139058 commit 6da4f8e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pages.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ on:
44
push:
55
branches:
66
- master # default branch
7-
7+
pull_request:
88
jobs:
99
pages:
1010
runs-on: ubuntu-latest
11+
environment:
12+
name: Production
13+
url: ${{ steps.deploy_to_pages.outputs.github_pages_url }}
1114
permissions:
1215
contents: write
16+
pages: write
17+
id-token: write
1318
steps:
1419
- uses: actions/checkout@v2
1520
- name: Use Node.js 18

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
website-2023.aosc.io

0 commit comments

Comments
 (0)