Skip to content

chore: delete change log and replace driving_log_replayer with log_ev… #3

chore: delete change log and replace driving_log_replayer with log_ev…

chore: delete change log and replace driving_log_replayer with log_ev… #3

name: deploy-document
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- 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-
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-static-i18n mdx_truly_sane_lists
- run: mkdocs gh-deploy --force