Skip to content

Merge branch 'main' of https://github.com/SBD1/2024.1-Minecraft #178

Merge branch 'main' of https://github.com/SBD1/2024.1-Minecraft

Merge branch 'main' of https://github.com/SBD1/2024.1-Minecraft #178

name: config_ghpages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install MkDocs and Material theme
run: pip install mkdocs-material
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force