Skip to content

Commit

Permalink
AAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars committed Sep 26, 2023
1 parent c112d50 commit f758a7b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
- name: Checkout project
uses: actions/checkout@v3
- name: Build and push
uses: alexthemaster/action-build-typescript@v. # check the releases tab on the right for versions (looks like this: v1.0.0)
# use this if you want the sharpest of cutting edges (can and probably WILL break from time to time)
# uses: alexthemaster/action-build-typescript@master
uses: alexthemaster/action-build-typescript@master.
with:
pushToBranch: true # optional; can either be true or false | defaults to false
branch: "dist" # optional; the name of the branch the action should push the compiled code to | defaults to dist
githubToken: ${{ secrets.GITHUB_TOKEN }} # required if you use the pushToBranch option
pushToBranch: true
branch: "dist"
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f758a7b

Please sign in to comment.