Skip to content

Commit 496e383

Browse files
authored
fix pipeline once again (#6360)
Signed-off-by: Felix Breuer <fbreuer@pm.me>
1 parent de7c529 commit 496e383

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
node-version: 14.x
1616
- name: Install and Build
1717
run: |
18+
cd docusaurus
1819
yarn install
1920
yarn build
2021
2122
- name: Deploy
2223
uses: JamesIves/github-pages-deploy-action@4.1.4
2324
with:
2425
branch: gh-pages
25-
folder: build
26+
folder: docusaurus/build
2627
clean: true

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: 3.x
1717
- name: Install requirements
1818
run: |
19-
pip install --upgrade pip sdist bdist_wheel
19+
pip install --upgrade pip sdist wheel
2020
pip install -r requirements.txt
2121
- name: Build the package
2222
run: python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)