Skip to content

Update Troubleshooting article to drop reference to fixed issue zui#1… #1

Update Troubleshooting article to drop reference to fixed issue zui#1…

Update Troubleshooting article to drop reference to fixed issue zui#1… #1

Workflow file for this run

name: Publish documentation to GitHub Wiki
on:
push:
branches:
- main
paths:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Upload Documentation to Wiki
uses: brimdata/github-wiki-publish-action@v1
with:
path: "docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}