Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Sep 1, 2023
1 parent e1c8ba0 commit 508e8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Restore
run: dotnet restore src/PDFtoImage.sln
- name: Publish
run: dotnet build -p:DeployOnBuild=true -p:PublishProfile=src/WebConverter/Properties/PublishProfiles/PublishSite.pubxml --no-restore
run: dotnet build src/WebConverter/WebConverter.csproj -p:DeployOnBuild=true -p:PublishProfile=src/WebConverter/Properties/PublishProfiles/PublishSite.pubxml --no-restore
- name: Upload pages artifact
uses: actions/upload-pages-artifact@main
with:
Expand Down

0 comments on commit 508e8ea

Please sign in to comment.