File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 94
94
- name : Copy API Docs
95
95
run : |
96
96
cp -r api site/
97
+ - name : Create Artifact (Site)
98
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
99
+ with :
100
+ name : site
101
+ path : site
97
102
- name : Deploy Docs (Version)
98
103
env :
99
104
VERSION : ${{ inputs.version }}
@@ -121,7 +126,7 @@ jobs:
121
126
# 1. Download the versions.json file from S3
122
127
# 2. Find any reference to the alias and delete it from the versions file
123
128
# 3. This is voodoo (don't use JQ):
124
- # - we assign the input as $o and the new version/alias as $n,
129
+ # - we assign the input as $o and the new version/alias as $n,
125
130
# - we check if the version number exists in the file already (for republishing docs)
126
131
# - if it's an alias (stage/latest/*) or old version, we do nothing and output $o (original input)
127
132
# - if it's a new version number, we add it at position 0 in the array.
You can’t perform that action at this time.
0 commit comments