Skip to content

Release 8.09.2023

Release 8.09.2023 #1

name: Build and Deploy
on:
push:
tags:
- '*'
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
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