Skip to content

Remove public from repository #4

Remove public from repository

Remove public from repository #4

Workflow file for this run

name: deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v3
- uses: Genez-io/genezio-github-action@main
with:
token: ${{ secrets.GENEZIO_TOKEN }}
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.120.4'
extended: true
- name: Deploy with genezio
run: genezio deploy --frontend