Skip to content

Commit

Permalink
Update deploy_site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions authored Jul 14, 2023
1 parent 53323e0 commit 76e119e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
run: dotnet publish website/FishyFlipSite/FishyFlipSite.csproj -c:Release -o:publish -p:GHPages=true

# Deploy the site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- name: Upload GitHub Pages artifact
uses: actions/upload-pages[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website/FishyFlipSite/bin/Release/net7.0/publish/wwwroot
force_orphan: true
path: website/FishyFlipSite/bin/Release/net7.0/publish/wwwroot

0 comments on commit 76e119e

Please sign in to comment.