This commit is contained in:
Ophélie Le Mentec 2023-11-02 13:30:34 +01:00 коммит произвёл GitHub
Родитель c047beef56
Коммит dccf789480
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
#set excplicitly to 0 to get full history (see https://github.com/actions/checkout#usage)
# Set explicitly to 0 to get full history (see https://github.com/actions/checkout#usage)
fetch-depth: '0'
- uses: actions/setup-python@v2
with:
@ -25,4 +25,3 @@ jobs:
- run: |
mike deploy --push --update-aliases ${{ github.event.inputs.version }} latest
mike list
- run: git tag docs@${{ github.event.inputs.version }}