Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-21 23:56:39 +0100
committerGitHub <noreply@github.com>2023-11-21 23:56:39 +0100
commit922f6082b5cc18c08b3bcdef7e658dcdce7a95a4 (patch)
tree971bfe4a3415d7e6adb68ba07e9093bc72b63cd8
parente73ac39a7eac8d7fe66275316bd1b78f8cfcae42 (diff)
Added a CNAME file, as well as removed some debugging (#2240)
-rw-r--r--.github/workflows/github-pages.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index f8407170..b4ff5c37 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -20,9 +20,6 @@ jobs:
- name: Sphinx build
run: |
sphinx-build docs _build
- - name: Some debugging
- run: |
- tree /__w/archinstall/archinstall/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
@@ -31,4 +28,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
- enable_jekyll: false \ No newline at end of file
+ enable_jekyll: false # This is required to preserve _static (and thus the theme)
+ cname: archinstall.archlinux.page \ No newline at end of file