Skip to content

content added: Rust str types explained #226

content added: Rust str types explained

content added: Rust str types explained #226

Workflow file for this run

name: GitHub Pages Deploy
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
# disable for social plugin to give KeyError: 'Regular'
# - uses: actions/cache@v2
# with:
# key: ${{ github.ref }}
# path: .cache
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --remote-branch gh-pages --force