WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

style属性を基本とする形に変更 (#841) #37

style属性を基本とする形に変更 (#841)

style属性を基本とする形に変更 (#841) #37

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