diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 0f513c6cb..6b7557707 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -1,25 +1,24 @@ name: DisCatSharp Docs Preview # Controls when the workflow will run on: pull_request: workflow_dispatch: defaults: run: working-directory: .\DisCatSharp.Docs jobs: build: runs-on: ubuntu-latest - env: - wdir: .\DisCatSharp.Docs steps: - uses: actions/checkout@v2 - uses: nikeee/docfx-action@v1.0.0 name: Build Documentation with: args: docfx.json + - run: dir