Skip to content

Commit

Permalink
whoops, again!
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeetree committed Jun 11, 2024
1 parent 713bf35 commit 9bedaf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python -m venv venv
- name: install raidex
- name: install raidoc
run: |
source venv/bin/activate
python -m pip install -e .
Expand All @@ -45,10 +45,10 @@ jobs:
source venv/bin/activate
python -m pip install raimad
- name: build raidex
- name: build raidoc
run: |
source venv/bin/activate
python -m raidex build \
python -m raidoc build \
raimad
- name: Upload artifact
Expand Down

0 comments on commit 9bedaf3

Please sign in to comment.