Skip to content

Commit 7ff6db9

Browse files
committed
Update reusable-workflows branch
1 parent bafb0b8 commit 7ff6db9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
preview-publish:
6363
if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
6464
needs: build
65-
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-publish.yml@feature/allow-target-dir-in-sites-upload
65+
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-publish.yml@main
6666
with:
6767
artifact-id: ${{ needs.build.outputs.artifact-id }}
6868
space: docs
@@ -74,7 +74,7 @@ jobs:
7474
sites-token: ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
7575
preview-unpublish:
7676
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' }}
77-
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-unpublish.yml@feature/allow-target-dir-in-sites-upload
77+
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-unpublish.yml@main
7878
with:
7979
space: docs
8080
name: dev-section
@@ -99,15 +99,15 @@ jobs:
9999
path: ${{ runner.temp }}/html
100100
merge-multiple: true
101101
- name: Publish to ecmwf-sites (tags)
102-
uses: ecmwf/reusable-workflows/ecmwf-sites-upload@feature/allow-target-dir-in-sites-upload
102+
uses: ecmwf/reusable-workflows/ecmwf-sites-upload@main
103103
with:
104104
sites-token: ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
105105
path: ${{ steps.get-artifact.outputs.download-path }}
106106
remote_path: multio/${{ github.ref_name }}
107107
space: docs
108108
name: dev-section
109109
- name: Update version selectors for tags
110-
uses: ecmwf/reusable-workflows/generate-version-selector@feature/allow-target-dir-in-sites-upload
110+
uses: ecmwf/reusable-workflows/generate-version-selector@main
111111
env:
112112
ECMWF_SITES_TOKES: ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
113113
with:

.github/workflows/static-analyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
preview-publish:
204204
if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
205205
needs: build
206-
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-publish.yml@feature/allow-target-dir-in-sites-upload
206+
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-publish.yml@main
207207
with:
208208
artifact-id: ${{ needs.build.outputs.artifact-id }}
209209
space: docs
@@ -215,7 +215,7 @@ jobs:
215215
sites-token: ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
216216
preview-unpublish:
217217
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' }}
218-
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-unpublish.yml@feature/allow-target-dir-in-sites-upload
218+
uses: ecmwf/reusable-workflows/.github/workflows/pr-preview-unpublish.yml@main
219219
with:
220220
space: docs
221221
name: dev-section

0 commit comments

Comments
 (0)