1
0
Fork 0

Update versions
deploy Details

This commit is contained in:
Digital Studium 2023-03-26 14:38:19 +03:00
parent a68c77337f
commit 66c683c1fa
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2.6.0
with: with:
hugo-version: "0.110.0" hugo-version: "0.110.0"
extended: true extended: true
@ -25,7 +25,7 @@ jobs:
run: hugo --minify run: hugo --minify
- name: Deploy - name: Deploy
uses: nekitcorp/yandex-storage-website-action@v1 uses: nekitcorp/yandex-storage-website-action@v2
with: with:
accessKeyId: ${{ secrets.ACCESS_KEY_ID }} accessKeyId: ${{ secrets.ACCESS_KEY_ID }}
secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }} secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }}