Skip to content

update deploy

update deploy #7

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Build and Deploy
on:
push:
branches:
- master
permissions:
contents: write
jobs:
github-page-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: "yarn"
- run: yarn install
- name: Install Dependencies
run: yarn story:build
- name: Deploy
run: yarn story:deploy
with:

Check failure on line 31 in .github/workflows/github-page-deploy.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/github-page-deploy.yml (Line: 31, Col: 9): Unexpected value 'with'
folder: ./histoire/build