Skip to content

Commit

Permalink
fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace committed Jun 3, 2023
1 parent d6ae186 commit 6fa4445
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,18 @@ jobs:
- name: Clone repo
run: |
git clone --single-branch https://github.com/aceinnolab/Inkycal
- name: Creating virtual environment
- name: Creating virtual environment and install dependencies
run: |
cd Inkycal
echo "$PWD"
python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
- name: Install dependencies
run: |
pip install wheel
pip install -e ./
- name: generate docs
run: |
cd docsource
make html
cd docsource && make html
- name: Deploy Docs to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 6fa4445

Please sign in to comment.