mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
Fixed prod build and Actions now creates a sitemap
This commit is contained in:
parent
fabea8cc61
commit
7747bfe0f2
3 changed files with 7 additions and 4 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -30,6 +30,9 @@ jobs:
|
|||
run: npx grunt prod
|
||||
- name: UI Tests
|
||||
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||
- name: Generate sitemap
|
||||
run: npx grunt exec:sitemap
|
||||
# - name: grunt copy:ghPages
|
||||
# - name: Deploy
|
||||
# uses: peaceiris/actions-gh-pages@v3
|
||||
# with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue