Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Jan 23, 2024
1 parent e2465b6 commit 0f59633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
dotnet restore ${{ env.PROJECT_PATH }}
dotnet publish ${{ env.PROJECT_PATH }} /p:Version=${{ inputs.project-version }} -o ${{ inputs.project-output }} --no-restore
- name: Setup Pages
uses: actions/configure-pages@v4
# - name: Setup Pages
# uses: actions/configure-pages@v4

# https://github.com/actions/upload-pages-artifact
- name: Upload GitHub Pages artifact for web
Expand Down

0 comments on commit 0f59633

Please sign in to comment.