-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: deploy docs to gh-pages using github actions (#144)
* github actions to deploy docs to gh-pages * minor docs updates * remove docs/ dir with old docs
- Loading branch information
Showing
243 changed files
with
123 additions
and
2,934 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Deploy to GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy to GitHub Pages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
|
||
- name: Install dependencies in apps/liveviewjs.com | ||
run: npm install -w apps/liveviewjs.com | ||
- name: Build docusaurus website | ||
run: npm run build -w apps/liveviewjs.com | ||
|
||
# Popular action to deploy to GitHub Pages: | ||
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus | ||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
# Build output to publish to the `gh-pages` branch: | ||
publish_dir: ./apps/liveviewjs.com/build | ||
user_name: floodfx | ||
user_email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Test Docs Deploy | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- "*" | ||
|
||
jobs: | ||
test-deploy: | ||
name: Test Docs Build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- name: Install dependencies in apps/liveviewjs.com | ||
run: npm install -w apps/liveviewjs.com | ||
- name: Build docusaurus website | ||
run: npm run build -w apps/liveviewjs.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-109 KB
.../assets/fonts/LibreFranklin-Italic-VariableFont_wght-607905701bd37ee4f8fcf7b08571bcae.ttf
Binary file not shown.
Binary file removed
BIN
-101 KB
docs/assets/fonts/LibreFranklin-VariableFont_wght-36548e4c1ed430cc732754e5f4d9c5bb.ttf
Binary file not shown.
Binary file removed
BIN
-93.9 KB
docs/assets/images/docusaurus-plushie-banner-a60f7593abca1e3eef26a9afa244e4fb.jpeg
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...assets/images/liveview-lifecycle-heartbeat-65d664e1b997bbc0737aee2d81e0575e.svg
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ssets/images/liveview-lifecycle-http-phase-ea214711543a70a25c10e3bf28ab347b.svg
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../assets/images/liveview-lifecycle-shutdown-7e64e2d957894e06dadbde8ebfce6dc0.svg
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../liveview-lifecycle-user-and-server-events-0c078ec9c402dedb80571d075a41922e.svg
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...s/images/liveview-lifecycle-websocket-join-a167e1df602ab471b5bba9187ccf6ae2.svg
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-190 KB
...ets/images/liveviewjs_counter_liveview_rec-e37b9d6de9defd8db8053c898ef0a326.gif
Binary file not shown.
Binary file removed
BIN
-6.76 MB
docs/assets/images/liveviewjs_examples_rec-2cc096a7ff8f675e44f0a7fa0c1108c7.gif
Binary file not shown.
Binary file removed
BIN
-214 KB
docs/assets/images/liveviewjs_hello_liveview-09cb9e9d8588fb31e92cbefd4d4d6ddf.png
Binary file not shown.
Binary file removed
BIN
-213 KB
...sets/images/liveviewjs_hello_liveview_deno-0f12c470d6af8952a736434974b93bfd.png
Binary file not shown.
Binary file removed
BIN
-159 KB
.../liveviewjs_hello_toggle_liveview_deno_rec-6770b13c7109764fe416a368f712f377.gif
Binary file not shown.
Binary file removed
BIN
-201 KB
...mages/liveviewjs_hello_toggle_liveview_rec-dff5867dec6513c570aed325880c032f.gif
Binary file not shown.
Oops, something went wrong.