mirror of
https://github.com/centau/vide.git
synced 2026-08-20 06:21:37 +00:00
Update actions and tooling
This commit is contained in:
parent
86f8574aeb
commit
5b078d118e
5 changed files with 9 additions and 18 deletions
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
|
|
@ -24,21 +24,21 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build with VitePress
|
||||
run: npm run docs:build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: docs/.vitepress/dist
|
||||
|
||||
|
|
@ -52,4 +52,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
|
@ -8,10 +8,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Luau zip
|
||||
uses: robinraju/release-downloader@v1.6
|
||||
uses: robinraju/release-downloader@v1.9
|
||||
with:
|
||||
repository: Roblox/luau
|
||||
tag: "0.651"
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,7 +1,6 @@
|
|||
.vscode
|
||||
_local
|
||||
|
||||
aftman.toml
|
||||
sourcemap.json
|
||||
|
||||
docs/.vitepress/dist
|
||||
|
|
|
|||
|
|
@ -13,11 +13,3 @@ lib = "src/init.luau"
|
|||
|
||||
[indices]
|
||||
default = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[scripts]
|
||||
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
|
||||
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
|
||||
|
||||
[dev_dependencies]
|
||||
scripts = { name = "pesde/scripts_rojo", version = "^0.1.0", target = "lune" }
|
||||
rojo = { name = "pesde/rojo", version = "^7.4.4", target = "lune" }
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
# New tools can be added by running `rokit add <tool>` in a terminal.
|
||||
|
||||
[tools]
|
||||
pesde = "daimond113/pesde@0.6.0+registry.0.2.0"
|
||||
pesde = "pesde-pkg/pesde@0.6.2+registry.0.2.2"
|
||||
wally = "upliftgames/wally@0.3.2"
|
||||
rojo = "rojo-rbx/rojo@7.4.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue