This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
some more cleanup in install.sh #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: fastn build to update vh_pages branch | |
on: | |
push: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
fastn-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install fastn | |
run: source <(curl -fsSL https://fastn.com/install.sh) | |
- name: Build the pages with fastn | |
run: fastn build |