Skip to content

GET/POST リクエストの書き直し (#835) #36

GET/POST リクエストの書き直し (#835)

GET/POST リクエストの書き直し (#835) #36

Workflow file for this run

on: { push: { tags: ["*"] } }
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm ci && npm run build
- uses: actions/upload-pages-artifact@v2
with:
path: build
- id: deployment
uses: actions/deploy-pages@v2