Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a CNAME file, as well as removed some debugging
Browse files Browse the repository at this point in the history
Torxed committed Nov 21, 2023
1 parent e73ac39 commit 83d029d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -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
enable_jekyll: false # This is required to preserve _static (and thus the theme)
cname: archinstall.archlinux.page

0 comments on commit 83d029d

Please sign in to comment.