diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eb1a204..63f90bb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,18 +26,18 @@ jobs: clean: true submodules: false - - name: Install Pandoc - uses: pandoc/actions/setup@v1.0.0 - with: - version: ${{ env.PANDOC_VERSION }} - - - name: Install TeXlive - run: sudo apt-get update && sudo apt-get install texlive-full - - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: ${{ env.GO_VERSION }} +# - name: Install Pandoc +# uses: pandoc/actions/setup@v1.0.0 +# with: +# version: ${{ env.PANDOC_VERSION }} +# +# - name: Install TeXlive +# run: sudo apt-get update && sudo apt-get install texlive-full +# +# - name: Set up Go +# uses: actions/setup-go@v4 +# with: +# go-version: ${{ env.GO_VERSION }} - name: Generate PDF run: | @@ -45,7 +45,8 @@ jobs: sed -E 's/subtitle:.+/subtitle: "User Manual - version ${{ env.TEST_VER }}"/' user-manual.md > user-manual.md CURDATE=$(date '+%x %T') sed -E 's/date:.+/date: "$CURDATE"/' user-manual.md > user-manual.md - go generate + cat user-manual.md + # go generate - uses: actions/upload-artifact@v4 with: