We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6139058 commit 6da4f8eCopy full SHA for 6da4f8e
.github/workflows/pages.yaml
@@ -4,12 +4,17 @@ on:
4
push:
5
branches:
6
- master # default branch
7
-
+ pull_request:
8
jobs:
9
pages:
10
runs-on: ubuntu-latest
11
+ environment:
12
+ name: Production
13
+ url: ${{ steps.deploy_to_pages.outputs.github_pages_url }}
14
permissions:
15
contents: write
16
+ pages: write
17
+ id-token: write
18
steps:
19
- uses: actions/checkout@v2
20
- name: Use Node.js 18
CNAME
@@ -0,0 +1 @@
1
+website-2023.aosc.io
0 commit comments