Skip to content

Commit

Permalink
Fix build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jul 19, 2023
1 parent 0340d05 commit 8e8ff9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18.16.1
- name: Build Docs
run: |
cd website-v2
npm install
npm run build
- name: Copy asf yaml
run: |
cp .asf.yaml website-v2/build/
- name: Copy htaccess
run: |
cp .htaccess website-v2/build/
- name: Build Docs
run: |
cd website-v2
npm install
npm run build
- name: Copy Python docs
run: |
mkdir -p ./website-v2/build/docs/docs/python
Expand Down

0 comments on commit 8e8ff9e

Please sign in to comment.