We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaa954 commit 6cf8432Copy full SHA for 6cf8432
.github/workflows/addDocsToS3BucketAWS.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- node-version: [18.x]
+ node-version: [22.x]
23
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
24
steps:
25
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
49
wget https://github.com/peak/s5cmd/releases/download/v2.3.0/s5cmd_2.3.0_Linux-64bit.tar.gz
50
tar -xzf s5cmd_2.3.0_Linux-64bit.tar.gz
51
sudo mv s5cmd /usr/local/bin/
52
- sudo chmod +x /usr/local/bin/s5cmd
+ sudo chmod +x /usr/local/bin/s5cmd
53
54
- name: Upload to S3
55
run: |
0 commit comments