File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 62
62
preview-publish :
63
63
if : ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
64
64
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
66
66
with :
67
67
artifact-id : ${{ needs.build.outputs.artifact-id }}
68
68
space : docs
74
74
sites-token : ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
75
75
preview-unpublish :
76
76
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
78
78
with :
79
79
space : docs
80
80
name : dev-section
@@ -99,15 +99,15 @@ jobs:
99
99
path : ${{ runner.temp }}/html
100
100
merge-multiple : true
101
101
- 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
103
103
with :
104
104
sites-token : ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
105
105
path : ${{ steps.get-artifact.outputs.download-path }}
106
106
remote_path : multio/${{ github.ref_name }}
107
107
space : docs
108
108
name : dev-section
109
109
- 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
111
111
env :
112
112
ECMWF_SITES_TOKES : ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
113
113
with :
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
preview-publish :
204
204
if : ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
205
205
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
207
207
with :
208
208
artifact-id : ${{ needs.build.outputs.artifact-id }}
209
209
space : docs
@@ -215,7 +215,7 @@ jobs:
215
215
sites-token : ${{ secrets.ECMWF_SITES_DOCS_DEV_SECTION_TOKEN }}
216
216
preview-unpublish :
217
217
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
219
219
with :
220
220
space : docs
221
221
name : dev-section
You can’t perform that action at this time.
0 commit comments