We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7c529 commit 496e383Copy full SHA for 496e383
2 files changed
.github/workflows/docs.yaml
@@ -15,12 +15,13 @@ jobs:
15
node-version: 14.x
16
- name: Install and Build
17
run: |
18
+ cd docusaurus
19
yarn install
20
yarn build
21
22
- name: Deploy
23
uses: JamesIves/github-pages-deploy-action@4.1.4
24
with:
25
branch: gh-pages
- folder: build
26
+ folder: docusaurus/build
27
clean: true
.github/workflows/pypi.yaml
@@ -16,7 +16,7 @@ jobs:
python-version: 3.x
- name: Install requirements
- pip install --upgrade pip sdist bdist_wheel
+ pip install --upgrade pip sdist wheel
pip install -r requirements.txt
- name: Build the package
run: python setup.py sdist bdist_wheel
0 commit comments