diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 6aea9ac..83953f3 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -28,10 +28,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' - fetch-depth: 0 + + - name: View Pelican Version + run: | + cd pelican + git log + cd ../ + - name: Go-Generate run: | # Build the pelican site