Skip to content

Commit

Permalink
Update the build action
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 8, 2023
1 parent d72626a commit 576c496
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 576c496

Please sign in to comment.