Skip to content

add FOSSGIS 2024 presentation #50

add FOSSGIS 2024 presentation

add FOSSGIS 2024 presentation #50

Workflow file for this run

name: Deploy website ⚙️
on:
push:
branches: [master]
jobs:
build:
name: Deploy website
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install requirements 📦
run: |
python3 -m pip install --upgrade pip
pip3 install mkdocs
- name: Deploy 📦
run: mkdocs gh-deploy --force -m 'update website'