Update actions and tooling

This commit is contained in:
centauri 2025-06-23 19:09:21 +01:00
parent 86f8574aeb
commit 5b078d118e
5 changed files with 9 additions and 18 deletions

View file

@ -24,21 +24,21 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 18
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v4
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Build with VitePress - name: Build with VitePress
run: npm run docs:build run: npm run docs:build
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v2 uses: actions/upload-pages-artifact@v3
with: with:
path: docs/.vitepress/dist path: docs/.vitepress/dist
@ -52,4 +52,4 @@ jobs:
steps: steps:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v2 uses: actions/deploy-pages@v4

View file

@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Install Luau zip - name: Install Luau zip
uses: robinraju/release-downloader@v1.6 uses: robinraju/release-downloader@v1.9
with: with:
repository: Roblox/luau repository: Roblox/luau
tag: "0.651" tag: "0.651"

1
.gitignore vendored
View file

@ -1,7 +1,6 @@
.vscode .vscode
_local _local
aftman.toml
sourcemap.json sourcemap.json
docs/.vitepress/dist docs/.vitepress/dist

View file

@ -13,11 +13,3 @@ lib = "src/init.luau"
[indices] [indices]
default = "https://github.com/pesde-pkg/index" 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" }

View file

@ -4,6 +4,6 @@
# New tools can be added by running `rokit add <tool>` in a terminal. # New tools can be added by running `rokit add <tool>` in a terminal.
[tools] [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" wally = "upliftgames/wally@0.3.2"
rojo = "rojo-rbx/rojo@7.4.4" rojo = "rojo-rbx/rojo@7.4.4"