👷 Revert build dir change in CI

This commit is contained in:
Anand Chowdhary
2020-10-27 23:26:10 +05:30
parent 237b79227c
commit d113e89fa5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,5 +62,5 @@ jobs:
- uses: maxheld83/ghpages@v0.3.0
name: GitHub Pages Deploy
env:
BUILD_DIR: "site/__sapper__/export/"
BUILD_DIR: "site/status-page/__sapper__/export/"
GH_PAT: ${{ secrets.GH_PAT }}
+1 -1
View File
@@ -33,5 +33,5 @@ jobs:
- uses: maxheld83/ghpages@v0.3.0
name: GitHub Pages Deploy
env:
BUILD_DIR: "site/__sapper__/export/"
BUILD_DIR: "site/status-page/__sapper__/export/"
GH_PAT: ${{ secrets.GH_PAT }}