Skip to content

try my fork of action-build-typescript #9

try my fork of action-build-typescript

try my fork of action-build-typescript #9

Workflow file for this run

on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Build and push
uses: lanye74/action-build-typescript@master
with:
branch: "gh-pages"
githubToken: ${{ secrets.GITHUB_TOKEN }}