ci: update website path (#2806)

This commit is contained in:
Jonathan Ho
2023-02-27 22:46:07 -06:00
committed by GitHub
parent 80a37f33b3
commit e48b9a16c6
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./site
working-directory: ./website
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -55,7 +55,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./site/build
path: ./website/build
deploy:
environment:
name: github-pages