diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6c8023a..f2937ef 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -53,6 +53,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Update + run: git checkout $(git rev-parse HEAD) - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact