-
Notifications
You must be signed in to change notification settings - Fork 0
Bugfix/no ref/GitHub workflow #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ウォークスルーこのプルリクエストでは、GitHub Actionsワークフローの追加、ドキュメントの更新・追加、著作権表記の修正、画像パスやリンクの調整、Dockerを使用したセットアップ手順の記載、そしてドキュメント構成ファイルの追加が行われています。これらの変更はコードロジックや外部インターフェースに影響を与えません。 変更点
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: 3.x | ||
| - run: pip install mkdocs-material | ||
| - run: mkdocs gh-deploy --force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary by CodeRabbit