Skip to content

Commit

Permalink
Add docs site to web deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Jul 25, 2024
1 parent ce6066c commit 38a0e7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build_pglite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ jobs:
run: |
bash ./cibuild.sh demo-site
- name: Build docs
working-directory: ./docs
run: |
pnpm install
pnpm docs:build
cp -r ./dist /tmp/web/
- name: Upload Postgres to Github artifacts
id: upload-postgres-wasm
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ do
<li><a href=./postgres.html>Postgres xterm REPL</a></li>
</ul>
</body>
</html>" > /tmp/web/index.html
</html>" > /tmp/web/demos.html

mkdir -p /tmp/web/pglite
mkdir -p /tmp/web/repl
Expand Down

0 comments on commit 38a0e7a

Please sign in to comment.