Skip to content

media-object

media-object #3

Workflow file for this run

name: GitHub Pages
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
with:
node-version: 20
run: |

Check failure on line 14 in .github/workflows/pages.yml

View workflow run for this annotation

GitHub Actions / GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/pages.yml (Line: 14, Col: 9): Unexpected value 'run' .github/workflows/pages.yml (Line: 11, Col: 9): Required property is missing: uses
npm ci
npm run pages
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: pages
clean: true