Skip to content

Update git deployement #27

Update git deployement

Update git deployement #27

Workflow file for this run

on: [push]
jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Deploy Nikola to GitHub Pages'
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}