We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5c194 commit 39d9ca6Copy full SHA for 39d9ca6
.github/workflows/deploy-github-pages.yml
@@ -20,9 +20,9 @@ concurrency:
20
21
env:
22
APP_PROJECT: src/PrompterLive.App/PrompterLive.App.csproj
23
- PAGES_ARTIFACT_ROOT: ${{ runner.temp }}/prompterlive-pages
+ PAGES_ARTIFACT_ROOT: .artifacts/prompterlive-pages
24
PAGES_BASE_PATH: /${{ github.event.repository.name }}/
25
- PUBLISH_ROOT: ${{ runner.temp }}/prompterlive-publish
+ PUBLISH_ROOT: .artifacts/prompterlive-publish
26
27
jobs:
28
deploy:
0 commit comments