Skip to content

Merge pull request #1177 from valadas/css #205

Merge pull request #1177 from valadas/css

Merge pull request #1177 from valadas/css #205

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_Deploy --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: Deploy
on:
push:
branches:
- main
- master
- 'release/*'
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Run: Deploy'
run: ./build.cmd Deploy
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}