From 7d6841030f8827eea7f45d4f55407505e23da018 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 12 Feb 2024 19:16:50 -0700 Subject: [PATCH] re-enable publishing actions in CI workflow --- .github/workflows/publish-site.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index fb0d305..310b326 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -42,8 +42,8 @@ jobs: # must set ANTORA_CACHE_DIR so Maven will put jetty home where Antora Collector won't delete it ANTORA_CACHE_DIR: ${{ github.workspace }}/.cache/antora run: npx -y --package antora --package @antora/collector-extension --package @antora/lunr-extension --package asciidoctor-kroki antora --stacktrace --extension @antora/collector-extension --extension @antora/lunr-extension --html-url-extension-style=indexify antora-playbook.yml - #- name: Upload Artifact - # uses: actions/upload-pages-artifact@v3 - #- name: Deploy Artifact to GitHub Pages - # id: deployment - # uses: actions/deploy-pages@v4 + - name: Upload Artifact + uses: actions/upload-pages-artifact@v3 + - name: Deploy Artifact to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4