Skip to content

Commit

Permalink
chore: ひとつにまとめる
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq committed Oct 10, 2024
1 parent d3e1fd3 commit 9ebea14
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ concurrency:
cancel-in-progress: false

jobs:
configure:
runs-on: ubuntu-latest
steps:
- name: Setup Pages
uses: actions/configure-pages@v5

build:
build-and-deploy:
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -46,18 +42,8 @@ jobs:
name: github-pages
path: 'build/client'

deploy:
needs:
- configure
- build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 9ebea14

Please sign in to comment.