Skip to content

Merge branch 'master' of https://github.com/584F525F/584F525F.github.io #1

Merge branch 'master' of https://github.com/584F525F/584F525F.github.io

Merge branch 'master' of https://github.com/584F525F/584F525F.github.io #1

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
# Checks-out submodules
- uses: actions/checkout@v2
- name: Checkout submodules
shell: bash
run: |
git config --global user.email "[email protected]"
git config --global user.name "584F525F"
git config --global pull.rebase false
git submodule add https://github.com/584F525F/584F525F.github.io/ docs
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-git-committers-plugin
- run: pip install mkdocs-material[imaging]
- run: mkdocs gh-deploy --force