Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed Jul 17, 2024
2 parents bb9b95d + 9ddfaf7 commit 55fef46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4

- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x

- run: dotnet tool install -g Ater.EasyBlog --version 1.0.0-beta1
- run: ezblog build ./Content ./WebApp

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

# User-specific files
WebApp/blogs/
WebApp/data/
WebApp/
*.rsuser
*.suo
*.user
Expand Down

0 comments on commit 55fef46

Please sign in to comment.