mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-28 02:36:16 -04:00
Merge 891e12ae47
into 51b9fe644b
This commit is contained in:
commit
95a7de14f2
12 changed files with 1917 additions and 2190 deletions
10
.github/workflows/master.yml
vendored
10
.github/workflows/master.yml
vendored
|
@ -4,18 +4,18 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- master
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set node version
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.x'
|
||||
node-version: '22.x'
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
- name: Deploy to GitHub Pages
|
||||
if: success() && github.ref == 'refs/heads/master'
|
||||
uses: crazy-max/ghaction-github-pages@v3
|
||||
uses: crazy-max/ghaction-github-pages@v4
|
||||
with:
|
||||
target_branch: gh-pages
|
||||
build_dir: ./build/prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue