Skip to content

Commit 7705f8d

Browse files
committed
first
1 parent be5725d commit 7705f8d

752 files changed

Lines changed: 52068 additions & 9 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.

.github/workflows/deploy.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches: [main]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: pages
15+
cancel-in-progress: true
16+
17+
jobs:
18+
deploy:
19+
runs-on: ubuntu-latest
20+
environment:
21+
name: github-pages
22+
url: ${{ steps.deployment.outputs.page_url }}
23+
steps:
24+
- name: Checkout
25+
uses: actions/checkout@v4
26+
- name: Setup Pages
27+
uses: actions/configure-pages@v5
28+
- name: Upload artifact
29+
uses: actions/upload-pages-artifact@v3
30+
with:
31+
path: .
32+
- name: Deploy to GitHub Pages
33+
id: deployment
34+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

404.html

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

CA/part1.webp

55.7 KB

CA/part2.webp

62.6 KB

CA/part3.webp

156 KB

CA/part5.webp

55.8 KB

CA/part7.webp

157 KB

README.md

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

about.html

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

0 commit comments

Comments
 (0)