Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update Acknowledgements in the RWoT part#466

Update Acknowledgements in the RWoT part

Update Acknowledgements in the RWoT part #466

Workflow file for this run

name:Publish to Github Pages
on:
push:
branches:[main]
# Allows workflow to be triggered manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents:read
pages:write
id-token:write
# Allow one concurrent deployment
concurrency:
group:"pages"
cancel-in-progress:true
jobs:
deploy:
environment:
name:github-pages
url:${{ steps.deployment.outputs.page_url }}
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout/@v4
-name:Setup Node.js
uses:actions/setup-node@v4
with:
node-version:22
-name:Generate VC vocabularies
run:|
npm install
./node_modules/.bin/yml2vocab -v vocab/credentials/v2/vocabulary.yml -t vocab/credentials/v2/template.html
rm -rf node_modules
-name:Setup Github Pages
uses:actions/configure-pages@v5
-name:Upload artifact
uses:actions/upload-pages-artifact@v3
with:
# Upload entire repository
path:'.'
-name:Deploy to GitHub Pages
id:deployment
uses:actions/deploy-pages@v4

[8]ページ先頭

©2009-2025 Movatter.jp