Skip to content

Commit

Permalink
Revert "Deployment from Statiq"
Browse files Browse the repository at this point in the history
This reverts commit 5d6e3b9.
  • Loading branch information
jcoo092 committed Jul 10, 2023
1 parent 5d6e3b9 commit 9a1c546
Show file tree
Hide file tree
Showing 54 changed files with 721 additions and 5,294 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 }}
Loading

0 comments on commit 9a1c546

Please sign in to comment.