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

Merge pull request #277 from rtulchii/new-lts-installation-steps#463

Merge pull request #277 from rtulchii/new-lts-installation-steps

Merge pull request #277 from rtulchii/new-lts-installation-steps #463

Workflow file for this run

name:Publish to GitHub Pages
on:
push:
branches:
-master
jobs:
publish:
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v3# If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials:false
-name:Setup Node.js
uses:actions/setup-node@v3
with:
# choose node.js version to use
node-version:'22'
-name:Install and Build 🔧#
run:|
yarn install --non-interactive --frozen-lockfile
yarn docs:build
-name:Deploy 🚀
uses:JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
BRANCH:gh-pages# The branch the action should deploy to.
FOLDER:docs/.vuepress/dist# The folder the action should deploy.
CLEAN:true# Automatically remove deleted files from the deploy branch

[8]ページ先頭

©2009-2025 Movatter.jp