Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Nov 21, 2023
1 parent 35bba30 commit 917c603
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: debug
run: |
whoami
- name: Install pre-dependencies
run: |
apt update && apt install libparted-dev
sudo apt update && sudo apt install libparted-dev
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme pyparted simple-term-menu
Expand Down

0 comments on commit 917c603

Please sign in to comment.