Skip to content

Merge pull request #5 from andreashappe/web3 #13

Merge pull request #5 from andreashappe/web3

Merge pull request #5 from andreashappe/web3 #13

Workflow file for this run

name: Build Github Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- name: Install Dependencies
run: pip install mkdocs-material
- run: mkdocs gh-deploy --force --clean