Skip to content

Commit

Permalink
ci: remove leftover from gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed May 9, 2024
1 parent ebe4ab5 commit e00ccb4
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@ on:
push:
branches:
- main
workflow_dispatch:
pull_request:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno task build
- uses: actions/upload-pages-artifact@v3
with:
path: .pages
- id: deployment
uses: actions/deploy-pages@v4
- run: deno task ci

0 comments on commit e00ccb4

Please sign in to comment.