Skip to content

test change to see if it builds onto pages properly #19

test change to see if it builds onto pages properly

test change to see if it builds onto pages properly #19

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 }}