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.
Debugging
Browse files Browse the repository at this point in the history
Torxed committed Nov 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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

0 comments on commit 917c603

Please sign in to comment.