diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dce25e8..b36bc94 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -98,7 +98,7 @@ jobs: run: | set -x find "lib" -mindepth 1 -maxdepth 1 -type d -exec rm -r {} + - find "cpp-reference-extension" -mindepth 1 -maxdepth 1 -type d -exec rm -r {} + + # find "cpp-reference-extension" -mindepth 1 -maxdepth 1 -type d -exec rm -r {} + - name: AWS Sync site-docs (revsys cluster) if: matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2-docs' diff --git a/libs.playbook.yml b/libs.playbook.yml index 0ded222..bcd1cd6 100644 --- a/libs.playbook.yml +++ b/libs.playbook.yml @@ -59,6 +59,7 @@ antora: repo: 'https://github.com/boostorg/boost.git' tag: 'develop' variable: 'BOOST_SRC_DIR' + system-env: 'BOOST_SRC_DIR' asciidoc: attributes: diff --git a/package-lock.json b/package-lock.json index 3e461e4..99bcdf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@alandefreitas/antora-cpp-reference-extension": "^0.0.2", + "@alandefreitas/antora-cpp-reference-extension": "^0.0.3", "@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.3", "@alandefreitas/antora-playbook-macros-extension": "^0.0.1", "@alandefreitas/asciidoctor-boost-links": "^0.0.1", @@ -14,9 +14,9 @@ } }, "node_modules/@alandefreitas/antora-cpp-reference-extension": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.2.tgz", - "integrity": "sha512-NtIUmB/sywzATA8gnZO8ZQ6PbslrCPlkg2Ag3yYtVZ2QoBR0QYGDnTtK+KMz/yXBvRfzL/YZJF3Zzzz1X89nvw==", + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.3.tgz", + "integrity": "sha512-tgshdhPzjlfBaRG11jACMH9R4apAogTHAP2Y57qTj9m1YzeZqABNTRwor7uTCgB27bGLnWM73tT8EqguBEJ+yQ==", "dependencies": { "@antora/expand-path-helper": "^2.0.0", "axios": "^1.7.2", diff --git a/package.json b/package.json index f9e17d5..b00e05b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@alandefreitas/antora-cpp-reference-extension": "^0.0.2", + "@alandefreitas/antora-cpp-reference-extension": "^0.0.3", "@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.3", "@alandefreitas/antora-playbook-macros-extension": "^0.0.1", "@alandefreitas/asciidoctor-boost-links": "^0.0.1",