Skip to content

Commit

Permalink
fix docs path (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix authored Sep 5, 2024
1 parent 977421c commit faf125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: curl -fsSL https://github.com/quixio/quix-cli/raw/main/install.sh | bash

- name: Run Quix CLI to generate docs
run: quix docs "${{ github.workspace }}/docs/CLI Reference"
run: quix docs "${{ github.workspace }}/docs/cli-reference"

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit faf125e

Please sign in to comment.