Skip to content

Add wally to docs

Add wally to docs #117

Workflow file for this run

name: Publish To Roblox
on:
push:
branches: # Act on main branch commit
- main
jobs:
ci:
name: CI and Deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ok-nick/[email protected]
- name: Publish to Wally
run: wally publish --token "${{ secrets.WALLY_AUTH }}"