2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-26 13:13:33 +00:00

Forgot to run prod build

This commit is contained in:
Matt
2019-09-30 14:08:23 +01:00
committed by GitHub
parent 4e0d97f2c1
commit 4c737475d4

View File

@@ -19,12 +19,13 @@ jobs:
run: |
npx grunt test
sudo npx grunt testnodeconsumer
- name: Production Build
run: npx grunt prod
- name: UI Tests
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
- name: Build & Deploy
- name: Deploy
uses: JamesIves/github-pages-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build/prod
BUILD_SCRIPT: npx grunt prod