Skip to content

Commit 0f6aed8

Browse files
author
taekchef
committed
docs: add dsh-annotation product site for GitHub Pages
1 parent 567d907 commit 0f6aed8

6 files changed

Lines changed: 524 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Deploy dsh-annotation site to Pages
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "site/**"
8+
- ".github/workflows/deploy-product-site.yml"
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
16+
concurrency:
17+
group: "pages"
18+
cancel-in-progress: false
19+
20+
jobs:
21+
deploy:
22+
environment:
23+
name: github-pages
24+
url: ${{ steps.deployment.outputs.page_url }}
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: Check out repository
28+
uses: actions/checkout@v4
29+
- name: Configure Pages
30+
uses: actions/configure-pages@v5
31+
- name: Upload static site
32+
uses: actions/upload-pages-artifact@v3
33+
with:
34+
path: "./site"
35+
- name: Deploy to GitHub Pages
36+
id: deployment
37+
uses: actions/deploy-pages@v4
38+
2.39 MB
Loading
4.77 MB
Loading

site/assets/index-B6H1IIEn.js

Lines changed: 404 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/assets/index-DslD7onr.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/index.html

Lines changed: 81 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)