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

Commit

Permalink
fix(workflows): i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed May 23, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cc100c1 commit 231e4a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
git config --global user.name Penfoldium
git config --global user.email crumbs@penfoldium.org
- name: Install packages
run: npm install
run: npm ci
- name: Clone the compiled branch
run: |
mkdir compiled
@@ -55,16 +55,15 @@ jobs:
git config --global user.email crumbs@penfoldium.org
- name: Install packages
run: |
NODE_ENV=development
npm install
npm ci
- name: Clone the gh-pages branch
run: |
mkdir gh-pages
cd gh-pages
git clone https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/penfoldium/moonlight.git .
git checkout gh-pages
- name: Install typedoc
run: npm install --global typedoc
- name: Install typedoc and typescript
run: npm install --global typedoc typescript
- name: Build the docs
run: typedoc
- name: Add files to git and commit them

0 comments on commit 231e4a5

Please sign in to comment.