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 1ed75f2 commit c2ca998Copy full SHA for c2ca998
.github/workflows/docs.yaml
@@ -35,16 +35,16 @@ jobs:
35
git config user.name github-actions-runner
36
git config user.email aaq@idinsight.org
37
git fetch origin gh-pages
38
- mike set-default latest
39
mike deploy \
40
--push \
+ --title="${{ github.ref_name }}" \
41
--update-aliases ${{ github.ref_name }} latest
42
+ mike set-default latest --allow-undefined --push
43
44
- name: Add CNAME
45
run: |
- git fetch origin
46
git switch gh-pages
47
- echo "docs.ask-a-question.com" > CNAME
+ echo "docs.ask-a-question.com" >> CNAME
48
git add CNAME
49
git commit -m "Add CNAME"
50
- git push origin gh-pages
+ git push -f origin gh-pages
0 commit comments