Skip to content

Changes to Windows Prefetch article (#227) #218

Changes to Windows Prefetch article (#227)

Changes to Windows Prefetch article (#227) #218

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