Skip to content

Commit 39d9ca6

Browse files
committed
gh actons
1 parent 9a5c194 commit 39d9ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ concurrency:
2020

2121
env:
2222
APP_PROJECT: src/PrompterLive.App/PrompterLive.App.csproj
23-
PAGES_ARTIFACT_ROOT: ${{ runner.temp }}/prompterlive-pages
23+
PAGES_ARTIFACT_ROOT: .artifacts/prompterlive-pages
2424
PAGES_BASE_PATH: /${{ github.event.repository.name }}/
25-
PUBLISH_ROOT: ${{ runner.temp }}/prompterlive-publish
25+
PUBLISH_ROOT: .artifacts/prompterlive-publish
2626

2727
jobs:
2828
deploy:

0 commit comments

Comments
 (0)