Skip to content

Commit 2adeae8

Browse files
Merge branch 'master' into remove-old-eforms-docs
2 parents 1a30eb0 + 9854a2f commit 2adeae8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/publish_staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and publish TED Developer Docs on staging
1+
name: STAGING - Build and publish TED Developer Docs
22

33
on:
44
workflow_dispatch:
@@ -45,7 +45,6 @@ jobs:
4545
installation_id: ${{ secrets.INSTALLATION_ID }}
4646

4747
- name: Deploy staging (develop branch)
48-
if: github.ref == 'refs/heads/develop'
4948
uses: JamesIves/github-pages-deploy-action@v4
5049
with:
5150
repository-name: OP-TED/docs-staging

antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ asciidoc:
3030
# So, as a workaround, we store the latest version of each component in these site-wide asciidoc attributes.
3131
# The downside is that we have to update these attributes whenever we release a new version of a component.
3232
#
33-
eforms_latest_version: '1.13'
33+
eforms_latest_version: '1.14'
3434
epo_latest_version: '5.2.0'
3535
espd_latest_version: '4.1.0'
3636
api_latest_version: '3.0'
@@ -50,7 +50,7 @@ content:
5050
### eForms SDK
5151
- url: https://github.com/OP-TED/eforms-docs.git
5252
start_path: /
53-
branches: 1.14.x, 1.13.x, 1.13.x-generated, 1.12.x, 1.12.x-generated, main # The "main" branch contains the eForms FAQ and RoadMap
53+
branches: 1.14.x, 1.14.x-generated, 1.13.x, 1.13.x-generated, 1.12.x, 1.12.x-generated, main # The "main" branch contains the eForms FAQ and RoadMap
5454

5555
### ePO Documentation
5656
- url: https://github.com/OP-TED/epo-docs.git

0 commit comments

Comments
 (0)