Skip to content

Commit

Permalink
Fixing gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ghandic committed Jan 30, 2024
1 parent 14fa65b commit b5c7d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Latest Changes
on:
pull_request_target:
branches:
- master
- main
types:
- closed
workflow_dispatch:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/mkdoc-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Package
run: |
make build
- name: Validate package
run: |
ls dist
PACKAGE=`ls dist/jsf-*.tar.gz`
pip3 install $PACKAGE\[cli\]
jsf --help
- name: Deploy docs
run: |
mkdocs gh-deploy --force

0 comments on commit b5c7d15

Please sign in to comment.