Skip to content

Merge branch 'main' of https://github.com/coding-armadillo/learn-cpp #105

Merge branch 'main' of https://github.com/coding-armadillo/learn-cpp

Merge branch 'main' of https://github.com/coding-armadillo/learn-cpp #105

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force