test V.I
This commit is contained in:
parent
ab9584e76c
commit
57c8b02879
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@ -62,8 +62,9 @@ jobs:
|
||||
TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }}
|
||||
run: |
|
||||
echo "$PWD"
|
||||
ls
|
||||
source venv/bin/activate
|
||||
cd Inkycal/tests
|
||||
cd inkycal/tests
|
||||
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
||||
for f in *.py; do python3 "$f"; done
|
||||
|
||||
@ -86,7 +87,8 @@ jobs:
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
echo "$PWD"
|
||||
cd Inkycal/docsource
|
||||
ls
|
||||
cd docsource
|
||||
make html
|
||||
|
||||
publish-docs:
|
||||
@ -107,8 +109,9 @@ jobs:
|
||||
- name: Publish Docs
|
||||
run: |
|
||||
echo "$PWD"
|
||||
ls
|
||||
source venv/bin/activate
|
||||
cp -R Inkycal/docsource/_build/html/. docs/
|
||||
cp -R docsource/_build/html/. docs/
|
||||
git config --global user.name 'GitHub Actions'
|
||||
git config --global user.email 'actions@github.com'
|
||||
git add docs
|
||||
|
Loading…
Reference in New Issue
Block a user