diff --git a/.github/workflows/deploy-docs-test.yml b/.github/workflows/deploy-docs-test.yml deleted file mode 100644 index 1aaa52b0..00000000 --- a/.github/workflows/deploy-docs-test.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Deploy Docs Test -on: - push: - branches-ignore: [ gh-pages ] - tags: '**' - repository_dispatch: - types: request-build-reference # legacy - #schedule: - #- cron: '0 10 * * *' # Once per day at 10am UTC - workflow_dispatch: - -jobs: - deploy-docs: - uses: spring-cloud/spring-cloud-build/.github/workflows/spring-cloud-deploy-docs.yml@main - secrets: inherit diff --git a/.github/workflows/spring-cloud-deploy-docs.yml b/.github/workflows/spring-cloud-deploy-docs.yml deleted file mode 100644 index bd607018..00000000 --- a/.github/workflows/spring-cloud-deploy-docs.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Spring Cloud Deploy Docs - -on: - workflow_call: - -permissions: - actions: write -jobs: - build: - runs-on: ubuntu-latest - # FIXME: enable when pushed to spring-projects - # if: github.repository_owner == 'spring-projects' - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: docs-build - fetch-depth: 1 - # TODO: Do we need these two below jobs? They don't appear to do much when they run - - name: Dispatch (partial build) - if: github.ref_type == 'branch' - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }} - - name: Dispatch (full build) - if: github.ref_type == 'tag' - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) diff --git a/docs/antora-playbook-template.yml b/docs/antora-playbook-template.yml deleted file mode 100644 index f88a37c6..00000000 --- a/docs/antora-playbook-template.yml +++ /dev/null @@ -1,40 +0,0 @@ -antora: - extensions: - - '@springio/antora-extensions/partial-build-extension' - # atlas-extension must be before latest-version-extension so latest versions are applied to imported versions - - '@antora/atlas-extension' - - require: '@springio/antora-extensions/latest-version-extension' - - require: '@springio/antora-extensions/inject-collector-cache-config-extension' - - '@antora/collector-extension' - - require: '@springio/antora-extensions/root-component-extension' - root_component_name: 'cloud-build' - - '@springio/antora-extensions/static-page-extension' -site: - title: {{ .site_title }} - url: {{ .site_ url }} -content: - sources: - - url: ./.. - branches: HEAD - start_path: docs - worktrees: true -asciidoc: - attributes: - page-stackoverflow-url: https://stackoverflow.com/tags/spring-cloud - page-pagination: '' - hide-uri-scheme: '@' - tabs-sync-option: '@' - chomp: 'all' - extensions: - - '@asciidoctor/tabs' - - '@springio/asciidoctor-extensions' - sourcemap: true -urls: - latest_version_segment: '' -runtime: - log: - failure_level: warn - format: pretty -ui: - bundle: - url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip