File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,10 @@ jobs:
4242 mkdir -p ${GITHUB_WORKSPACE}/upload/archive
4343 mkdir -p ${GITHUB_WORKSPACE}/upload/en
4444
45- # Disable this for the time being, until we have a proper archive
46- # - name: Download the existing archive files from S3
47- # env:
48- # AWS_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
49- # run: aws s3 sync --delete s3://${AWS_BUCKET}/archive/ ${GITHUB_WORKSPACE}/upload/archive/ --quiet
45+ - name : Download the existing archive files from S3
46+ env :
47+ AWS_BUCKET : ${{ secrets.AWS_S3_BUCKET }}
48+ run : aws s3 sync --delete s3://${AWS_BUCKET}/archive/ ${GITHUB_WORKSPACE}/upload/archive/ --quiet
5049
5150 - name : Build HTML of all releases, with gtag.js, and OGP tags
5251 env :
@@ -113,7 +112,7 @@ jobs:
113112 run : |
114113 gh release create ${TAG} \
115114 --title "Ver. ${TAG}" \
116- --notes-file ./source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst \
115+ --notes-file ./ja/ source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst \
117116 --draft
118117 gh release upload ${TAG} ${GITHUB_WORKSPACE}/freee-a11y-guidelines-${TAG}-html.zip
119118
You can’t perform that action at this time.
0 commit comments