Skip to content

Commit

Permalink
Merge pull request #507 from aistabci/devel-202411
Browse files Browse the repository at this point in the history
Devel 202411
  • Loading branch information
ttakayuki authored Dec 2, 2024
2 parents e6e1bda + 9fab183 commit 5209fb6
Show file tree
Hide file tree
Showing 45 changed files with 2,531 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'ja/**'
- 'portal/**'
- 'root/**'
- 'v3/**'

concurrency:
group: "pages"
Expand Down Expand Up @@ -44,6 +45,10 @@ jobs:
mkdocs build --config-file ./portal/root/mkdocs.yml --site-dir "${GITHUB_WORKSPACE}/site/portal/"
mkdocs build --config-file ./portal/ja/mkdocs.yml --site-dir "${GITHUB_WORKSPACE}/site/portal/ja/"
mkdocs build --config-file ./portal/en/mkdocs.yml --site-dir "${GITHUB_WORKSPACE}/site/portal/en/"
mkdocs build --config-file ./v3/root/mkdocs.yml --site-dir "${GITHUB_WORKSPACE}/site/v3/"
mkdocs build --config-file ./v3/ja/mkdocs.yml --site-dir "${GITHUB_WORKSPACE}/site/v3/ja/"
mkdocs build --config-file ./v3/en/mkdocs.yml --site-dir "${GITHUB_WORKSPACE}/site/v3/en/"
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ build:
mkdocs build --config-file $(MKDOCS_ROOT)/portal/ja/mkdocs.yml --site-dir $(SITE_DIR)/portal/ja/
mkdocs build --config-file $(MKDOCS_ROOT)/portal/en/mkdocs.yml --site-dir $(SITE_DIR)/portal/en/

mkdocs build --config-file $(MKDOCS_ROOT)/v3/root/mkdocs.yml --site-dir $(SITE_DIR)/v3/
mkdocs build --config-file $(MKDOCS_ROOT)/v3/ja/mkdocs.yml --site-dir $(SITE_DIR)/v3/ja/
mkdocs build --config-file $(MKDOCS_ROOT)/v3/en/mkdocs.yml --site-dir $(SITE_DIR)/v3/en/

publish-head:
ghp-import -m "deploy $(COMMIT_ID)" -c $(CNAME) -r origin -b gh-pages -p site

Expand Down
Loading

0 comments on commit 5209fb6

Please sign in to comment.