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 d5cbcd5 commit 371cf7dCopy full SHA for 371cf7d
.github/workflows/deploy.yaml
@@ -27,11 +27,12 @@ jobs:
27
# Popular action to deploy to GitHub Pages:
28
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
29
- name: Deploy to GitHub Pages
30
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
# Build output to publish to the `gh-pages` branch:
34
publish_dir: ./build
35
+ cname: docs.hauler.dev
36
# The following lines assign commit authorship to the official
37
# GH-Actions bot for deploys to `gh-pages` branch:
38
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
0 commit comments