Skip to content

Update troubleshooting.md #89

Update troubleshooting.md

Update troubleshooting.md #89

Workflow file for this run

name: Track Docs Folder Updates
on:
push:
paths:
- 'docs/**'
jobs:
update-wiki:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install required packages
run: pip install -r requirements.txt
- name: Update Wiki Documents
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python update_wiki.py