This commit is contained in:
Andrey Akinshin 2023-07-11 14:46:01 +04:00
Родитель c9347c9b31
Коммит df4cedd86c
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/generate-gh-pages.yaml поставляемый
Просмотреть файл

@ -39,7 +39,7 @@ jobs:
deploy:
concurrency: ci-${{ github.ref }}
needs: [build]
needs: [generate]
runs-on: ubuntu-latest
steps: