Skip to content

chore: improve project structure, enhance browser storage documentation #16

chore: improve project structure, enhance browser storage documentation

chore: improve project structure, enhance browser storage documentation #16

Workflow file for this run

name: Test build website
on:
pull_request:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-build:
name: Test build website
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Test build website
run: docker run --rm -v ${PWD}:/docs -u $(id -u):$(id -g) squidfunk/mkdocs-material build