Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 8224921

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 5284e95 + b9c595f commit 8224921

File tree

4 files changed

+27
-11
lines changed

4 files changed

+27
-11
lines changed

.github/workflows/actions-tunnel.yml

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

.github/workflows/workspace.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: WorkSpace
2+
run-name: ${{ github.actor }} workspace
3+
on: workflow_dispatch
4+
permissions:
5+
repository-projects: write
6+
contents: write
7+
jobs:
8+
vs-code-server:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- run: curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
13+
- run: tar -xf vscode_cli.tar.gz
14+
- run: git clone https://github.com/The-Infinitys/article-2024
15+
- run: git clone https://github.com/The-Infinitys/app
16+
- run: git clone https://github.com/The-Infinitys/Scratch
17+
- run: rm ./vscode_cli.tar.gz
18+
- run: ./code tunnel --accept-server-license-terms --name the-infinitys_tunnel

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# 他のリポジトリの中身は無視
12
app/*
23
article-2024/*
34
InfinitySpirit/*
45
InfinitySpirit-blog/*
56
Scratch/*
7+
# vscode server用のプログラムファイルは無視
8+
code

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@
180180
<url>
181181
<loc>https://the-infinitys.f5.si/article-2024/08/statistics-Infinity/article.html</loc>
182182
</url>
183+
<url>
184+
<loc>https://the-infinitys.f5.si/article-2024/11/pocky-day/index.html</loc>
185+
</url>
186+
<url>
187+
<loc>https://the-infinitys.f5.si/article-2024/11/micro-monster/index.html</loc>
188+
</url>
183189
<url>
184190
<loc>https://the-infinitys.f5.si/article-2024/11/hallo-cel/index.html</loc>
185191
</url>

0 commit comments

Comments
 (0)