diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e835948..4d21ad0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,11 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} + fetch-depth: 0 - uses: actions/setup-node@v4 with: node-version: 23 - ref: ${{ github.ref }} - fetch-depth: 0 - run: | npm install