Skip to content

Commit

Permalink
Merge pull request #63 from wallarm/add-documentation-build
Browse files Browse the repository at this point in the history
Add documentation build
  • Loading branch information
AnastasiaTWW authored Aug 24, 2023
2 parents 592d6be + 98b28a4 commit 66fe7fc
Show file tree
Hide file tree
Showing 18 changed files with 1,300 additions and 620 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 'Publish Documentation'
on:
push:
branches:
- main
paths:
- 'docs/**'

permissions:
contents: write

jobs:
deploy_documentation:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- name: Install dependencies
run: pip install --no-cache-dir -r docs/requirements.txt
- run: mkdocs gh-deploy --force
50 changes: 0 additions & 50 deletions .github/workflows/notify.yml

This file was deleted.

80 changes: 0 additions & 80 deletions README.ja.md

This file was deleted.

Loading

0 comments on commit 66fe7fc

Please sign in to comment.