Update DeployDocs #116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |