Skip to content

Commit

Permalink
dev(hansbug): fix problem in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Aug 28, 2022
1 parent 08c912a commit 519e2fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
dot -V
pip install -r requirements.txt
pip install -r requirements-doc.txt
pip install plugins/dict
- name: Generate
env:
ENV_PROD: 'true'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/cli_usage/cli_vars_2.demo.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
potc export -v 'data.v_*' -r plugins.potc_dict.potc_dict.plugin.__rules__
potc export -v 'data.v_*' -r plugins.dict.potc_dict.plugin.__rules__

0 comments on commit 519e2fc

Please sign in to comment.