diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 40e33e9b..96c81a91 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -42,7 +42,7 @@ jobs: run: | git config --global user.email "${{ github.event.head_commit.author.email }}" git config --global user.name "${{ github.event.head_commit.author.name }}" - echo "::set-output name=deploy::-deploy -Dusername=git -Dpassword=${{ github.token }} -Dscmpublish.checkinComment='Site checkin for ${{ github.event.head_commit.id }}'" + echo "deploy=-deploy -Dusername=git -Dpassword=${{ github.token }} -Dscmpublish.checkinComment='Site checkin for ${{ github.event.head_commit.id }}'" >> $GITHUB_OUTPUT - name: Build with Maven run: mvn --show-version --errors --batch-mode --update-snapshots clean site${{ steps.setup.outputs.deploy }}