Skip to content

Revert "Deployment from Statiq" #5

Revert "Deployment from Statiq"

Revert "Deployment from Statiq" #5

Workflow file for this run

name: Deploy Site
on: [push]
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7' # SDK Version to use.
- run: dotnet run -c Release -- deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}