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

Automatic documentation update#571

Automatic documentation update

Automatic documentation update #571

Workflow file for this run

name:Update documentation website
on:
push:
branches:[ main ]
workflow_dispatch:
jobs:
build-docs:
name:"Generate HTML"
if:${{ github.repository_owner == 'Armbian' }}
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v5
with:
ref:main
fetch-depth:1
-name:"Set up Python"
uses:actions/setup-python@v6
with:
python-version:3.8
-name:"Install dependencies"
run:|
pip install --upgrade pip
pip install setuptools wheel -r requirements.txt
-name:"Build documentation"
run:mkdocs build --clean
-name:"Install SSH key"
uses:shimataro/ssh-key-action@v2
with:
key:${{ secrets.KEY_UPLOAD }}
known_hosts:${{ secrets.HOST_APPLICATIONS_KNOWN_HOSTS }}
if_key_exists:replace
-name:"Deploy to servers"
timeout-minutes:3
run:|
rsync -e "ssh -p ${{ secrets.HOST_APPLICATIONS_PORT }}" \
-a site/ \
${{ secrets.HOST_APPLICATIONS_USER }}@${{ secrets.HOST_APPLICATIONS }}:storage/docs.armbian.com

[8]ページ先頭

©2009-2025 Movatter.jp