Skip to content

Bump vite from 4.5.1 to 5.1.4 #11

Bump vite from 4.5.1 to 5.1.4

Bump vite from 4.5.1 to 5.1.4 #11

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build Astro project
run: npm run build
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: $
{{ secrets.GITHUB_TOKEN }}

Check failure on line 29 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 29
publish_dir: ./_astro/public