Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
ci(): FIX!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Jul 31, 2020
1 parent d0a5776 commit 6078420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
git config --global user.email crumbs@penfoldium.org
- name: Install packages
run: npm ci
- name: Build project
run: npx tsc
- name: Clone the build branch
run: |
mkdir build
cd build
git clone https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/penfoldium/moonlight.git .
git checkout build
- name: Build project
run: npx tsc
- name: Add files to git and commit them
run: |
rsync -r ./dist ./build
Expand Down

0 comments on commit 6078420

Please sign in to comment.