Added a CNAME file, as well as removed some debugging (#2240)
This commit is contained in:
parent
e73ac39a7e
commit
922f6082b5
|
|
@ -20,9 +20,6 @@ jobs:
|
||||||
- name: Sphinx build
|
- name: Sphinx build
|
||||||
run: |
|
run: |
|
||||||
sphinx-build docs _build
|
sphinx-build docs _build
|
||||||
- name: Some debugging
|
|
||||||
run: |
|
|
||||||
tree /__w/archinstall/archinstall/
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
|
|
@ -31,4 +28,5 @@ jobs:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: _build/
|
publish_dir: _build/
|
||||||
force_orphan: true
|
force_orphan: true
|
||||||
enable_jekyll: false
|
enable_jekyll: false # This is required to preserve _static (and thus the theme)
|
||||||
|
cname: archinstall.archlinux.page
|
||||||
Loading…
Reference in New Issue