Skip to content

build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #559

build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #559

Workflow file for this run

name: Build
on:
push:
branches: ['*', '!master']
pull_request:
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: npm run build
- run: npm run lint
- run: npm test
- run: make -C src/web/notebook
- run: ./dist/wafnb2html src/web/notebook/examples/drawing-with-forth.wafnb
# Build & upload pages
- run: |
mkdir -p public/waforth/drawing-with-forth
cp src/web/notebook/examples/drawing-with-forth.html public/waforth/drawing-with-forth/index.html
shell: bash
- uses: actions/upload-pages-artifact@v1
with:
path: public/waforth