This repository was archived by the owner on May 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +27
-11
lines changed
Expand file tree Collapse file tree 4 files changed +27
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # 他のリポジトリの中身は無視
12app /*
23article-2024 /*
34InfinitySpirit /*
45InfinitySpirit-blog /*
56Scratch /*
7+ # vscode server用のプログラムファイルは無視
8+ code
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments