It appears jekyll might be needed? (#2239)
* It appears jekyll might be needed? https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-enable-built-in-jekyll-enable_jekyll * Added some debugging * Maybe jekyll is not needed?
This commit is contained in:
parent
349c21d7a2
commit
e73ac39a7e
|
|
@ -14,15 +14,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
- name: debug
|
|
||||||
run: |
|
|
||||||
whoami
|
|
||||||
- name: Install pre-dependencies
|
- name: Install pre-dependencies
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy --noconfirm git python-pyparted python-simple-term-menu python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
|
pacman -Sy --noconfirm tree git python-pyparted python-simple-term-menu python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
|
||||||
- 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,3 +31,4 @@ 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
|
||||||
Loading…
Reference in New Issue