Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fix command syntax (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Preston committed Aug 24, 2022
1 parent 5f7b046 commit 8a88a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Nox
run: pip install nox>=2022
- name: Install dependencies
- run: pip install -r docs/fidesops/requirements.txt
run: pip install -r docs/fidesops/requirements.txt
- name: Build docs
run: nox -s docs_build
- name: Publish docs
Expand Down

0 comments on commit 8a88a0f

Please sign in to comment.