Skip to content

fix links on computer-security index.md #137

fix links on computer-security index.md

fix links on computer-security index.md #137

Workflow file for this run

name: docsbuild
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install \
mkdocs-material \
mkdocs-table-reader-plugin \
- run: mkdocs gh-deploy --force