Skip to content

Commit

Permalink
Add sphinx setup to deploy yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallory Wittwer committed Jan 24, 2024
1 parent 3f01e04 commit 3ef6bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Setup Sphinx
uses: sphinx-notes/pages@v3
- name: qt libs
uses: tlambert03/setup-qt-libs@v1
- name: Setup Pages
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \
software-properties-common \
nginx \
python3.9 \
python3-pip
python3-pip \
python3-sphinx

RUN rm -rf /usr/share/nginx/html/*

Expand Down

0 comments on commit 3ef6bb7

Please sign in to comment.