Skip to content

chore(cleaning): Remove unused files #7

chore(cleaning): Remove unused files

chore(cleaning): Remove unused files #7

name: Build and Deploy
on:
push:
branches: [ "2023" ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
npm install --legacy-peer-deps
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
REPOSITORY_NAME: Greenek/greenek.github.io
BRANCH: 2023
FOLDER: public