diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index c10cdf81d..5e7410675 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -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