diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5fbd2c2..98d7bd68 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: npm ci - - name: Build website + - name: Build documents run: npm run build # Popular action to deploy to GitHub Pages: