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

Github Pages

Github Pages #46

Workflow file for this run

name:Github Pages
on:
schedule:
# Triggers at the end of the day on the 1st of every month
-cron:'0 0 1 * *'
jobs:
deploy:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:mattnotmitt/doxygen-action@v1
with:
doxyfile-path:docs/Doxygen/Doxyfile
-name:Deploy
uses:peaceiris/actions-gh-pages@v3
with:
github_token:${{ secrets.GITHUB_TOKEN }}
publish_dir:docs
destination_dir:docs
force_orphan:true

[8]ページ先頭

©2009-2025 Movatter.jp