mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-19 16:22:05 +03:00
Merge f241b8d4cd
into 53a6afc596
This commit is contained in:
commit
03e314ff96
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- run: npm ci
|
||||
- name: Download bundled artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: bundles
|
||||
path: bundles
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
registry-url: 'https://registry.npmjs.org'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Download bundled artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: bundles
|
||||
path: bundles
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-east-1
|
||||
- name: Download all artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
- name: Publish to S3
|
||||
run: npm run publish-cdn
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user