Skip to content

Delete _config.yml

Delete _config.yml #5

Workflow file for this run

name: Node.js CI
on: [push]
env:
NODE_OPTIONS:--openssl-legacy-provider

Check failure on line 6 in .github/workflows/website.yml

View workflow run for this annotation

GitHub Actions / Node.js CI

Invalid workflow file

The workflow is not valid. .github/workflows/website.yml (Line: 6, Col: 3): Unexpected value 'NODE_OPTIONS:--openssl-legacy-provider'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}
- run: npm install
working-directory: website
- run: npm run build --if-present
working-directory: website
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
TOKEN: ${{ github.token }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: website/dist # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch