Skip to content

Commit 68f9482

Browse files
committed
Drop the GH Pages deploy flow
It's gotten in the way, and it's gotten there fast.
1 parent 494ad88 commit 68f9482

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/deploy.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches: [main]
66
workflow_dispatch:
77

8-
concurrency: deploy
8+
concurrency:
9+
group: deploy
10+
cancel-in-progress: true
911

1012
permissions:
1113
contents: read
14+
pages: write
15+
id-token: write
1216

1317
jobs:
1418
deploy:
@@ -20,8 +24,8 @@ jobs:
2024
node-version: 20
2125
- run: npm ci
2226
- run: npm run build
23-
- uses: MithrilJS/infra/deploy@main
27+
- uses: actions/configure-pages@v5
28+
- uses: actions/upload-pages-artifact@v3
2429
with:
25-
type: github-pages
26-
token: ${{ secrets.DEPLOY_TOKEN }}
27-
root_dir: ${{ github.workspace }}/dist
30+
path: ./dist
31+
- uses: actions/deploy-pages@v4

docs/CNAME.bak docs/CNAME

File renamed without changes.

0 commit comments

Comments
 (0)