Skip to content

Merge pull request #11 from MiTo0o/dependabot/npm_and_yarn/vite-4.5.3 #64

Merge pull request #11 from MiTo0o/dependabot/npm_and_yarn/vite-4.5.3

Merge pull request #11 from MiTo0o/dependabot/npm_and_yarn/vite-4.5.3 #64

# 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://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build and Deploy GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
REPOSITORY_NAME: MiTo0o/doggos
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch