Skip to content

Commit 12290cc

Browse files
committed
trying doc
1 parent d6890b3 commit 12290cc

118 files changed

Lines changed: 585 additions & 81013 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/macos-ci.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/pages.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Deploy GitHub Pages
2+
3+
# Publishes the static site living on the gh-pages branch.
4+
on:
5+
push:
6+
branches: [gh-pages]
7+
workflow_dispatch:
8+
9+
# Permissions required by the official Pages deployment action.
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
15+
# Allow only one concurrent deployment; don't cancel an in-progress run.
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: Checkout
28+
uses: actions/checkout@v4
29+
30+
- name: Setup Pages
31+
uses: actions/configure-pages@v5
32+
33+
- name: Upload site artifact
34+
uses: actions/upload-pages-artifact@v3
35+
with:
36+
# The whole branch is the site (plain HTML/CSS/JS).
37+
path: '.'
38+
39+
- name: Deploy to GitHub Pages
40+
id: deployment
41+
uses: actions/deploy-pages@v4

.github/workflows/ubuntu-ci.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/vs-ci.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/vs17-arm-ci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

.nojekyll

Whitespace-only changes.

.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

AUTHORS

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)