Skip to content

Fix funding file location #15

Fix funding file location

Fix funding file location #15

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- name: Install
run: |
npm install
- name: Build
run: |
npm run build
- name: Test out the action
uses: ./ # Uses an action in the root directory
id: testprerendering
with:
website_root: 'test/example-app'