Skip to content

Commit

Permalink
re-added build action
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Nov 29, 2024
1 parent 277cde2 commit f896f8d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [push]

jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Deploy Nikola to GitHub Pages'
steps:
- name: Check out
uses: actions/checkout@v3
with:
set-safe-directory: '*'
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v8

0 comments on commit f896f8d

Please sign in to comment.