Skip to content
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

docfx を sphinx に変更 #1224

Merged
merged 6 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/docfx.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Sphinx

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v1
- run: pip install sphinx
- run: pip install myst-parser
- run: sudo apt install gettext
- run: pip install sphinx-intl
- name: sphinx build(ja)
working-directory: ./docs
run: sphinx-build . ../public/ja
- name: sphinx build(en)
working-directory: ./docs
run: sphinx-build . ../public/en -D language=en
- name: copy index.html
run: cp docs/index.html public/index.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
9 changes: 0 additions & 9 deletions docfx/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions docfx/.vscode/launch.json

This file was deleted.

45 changes: 0 additions & 45 deletions docfx/.vscode/tasks.json

This file was deleted.

100 changes: 0 additions & 100 deletions docfx/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions docfx/api/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion docfx/api/index.md

This file was deleted.

32 changes: 0 additions & 32 deletions docfx/articles/en/gltf/0_36_update.md

This file was deleted.

Loading