Skip to content

Commit 19d380f

Browse files
committed
Add versioning
1 parent 0edea24 commit 19d380f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
if [ "$BASE_PATH" = "/latest" ]; then
157157
export BASE_PATH=""
158158
fi
159+
export VERSIONS='${{ needs.define-matrix.outputs.minors }}'
160+
echo $VERSIONS
159161
cd pelican
160162
make generate USE_DOCKER=1
161163
echo "Copying the pelican site to the /public folder"

0 commit comments

Comments
 (0)