Skip to content

Commit

Permalink
Drop the GH Pages deploy flow
Browse files Browse the repository at this point in the history
It's gotten in the way, and it's gotten there fast.
  • Loading branch information
dead-claudia committed Sep 23, 2024
1 parent 494ad88 commit 68f9482
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches: [main]
workflow_dispatch:

concurrency: deploy
concurrency:
group: deploy
cancel-in-progress: true

permissions:
contents: read
pages: write
id-token: write

jobs:
deploy:
Expand All @@ -20,8 +24,8 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run build
- uses: MithrilJS/infra/deploy@main
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
type: github-pages
token: ${{ secrets.DEPLOY_TOKEN }}
root_dir: ${{ github.workspace }}/dist
path: ./dist
- uses: actions/deploy-pages@v4
File renamed without changes.

0 comments on commit 68f9482

Please sign in to comment.