Skip to content

add missing command to webots setup in fedora documentation #1

add missing command to webots setup in fedora documentation

add missing command to webots setup in fedora documentation #1

Workflow file for this run

name: Publish Documentation
on:
push:
branches:
- main
paths:
- mkdocs.yml
- 'docs/**'
jobs:
deploy:
if: github.repository_owner == 'HULKs'
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- run: |
rm requirements.txt
- uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXTRA_PACKAGES: git-lfs