diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 17c9ca1..1eae9ad 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -16,6 +16,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Install and Build run: | npm install