Skip to content

Changes to computer forensics article (#228) #220

Changes to computer forensics article (#228)

Changes to computer forensics article (#228) #220

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Publish docs to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- run: pip install mkdocs-material mkdocs-redirects mkdocs-title-casing-plugin
- run: mkdocs gh-deploy --force