Skip to content

Commit

Permalink
Change action used for deployment (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMagnificent11 authored Dec 30, 2023
1 parent 052022f commit 3d0182d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- name: Add .nojekyll file
run: touch release/wwwroot/.nojekyll
- name: Commit wwwroot to GitHub Pages
uses: JamesIves/[email protected].1
uses: peaceiris/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: release/wwwroot
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: release/wwwroot
allow_empty_commit: false
keep_files: false
force_orphan: true

0 comments on commit 3d0182d

Please sign in to comment.