Skip to content

Commit 9919d75

Browse files
Update pages.yml
1 parent 730613d commit 9919d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
git config --local user.name "github-actions[bot]"
5151
git fetch origin
5252
git merge origin
53-
- name: Deploy mkdocs
53+
- name: Setup version number
5454
run: |
5555
VERSION=${{ steps.latest_tag.outputs.tag }}
5656
echo "arf_version=${VERSION:1}" >> $GITHUB_ENV
57-
echo "${VERSION:1}"
57+
- name: Deploy mkdocs
58+
run: |
5859
mike delete --push latest
59-
mike delete --push v1.6.0
6060
mike deploy --push --update-aliases ${{ env.arf_version }} latest
61-
mike set-default --push latest
61+
mike set-default --allow-empty --push latest
6262
- name: Setup pandoc
6363
uses: r-lib/actions/setup-pandoc@v2
6464
with:

0 commit comments

Comments
 (0)