Skip to content

Add CI workflow For building Erofs Documentation#24

Open
dhruv-sudo wants to merge 2 commits intoerofs:mainfrom
dhruv-sudo:main
Open

Add CI workflow For building Erofs Documentation#24
dhruv-sudo wants to merge 2 commits intoerofs:mainfrom
dhruv-sudo:main

Conversation

@dhruv-sudo
Copy link

  1. uses: actions/setup-python@v5
  2.   with:
    
  3.     python-version: '3.11'
    
  4.     cache: 'pip' #It improves the ci speed and reliabilty.
    
  5. - name: Install dependencies
    
  6.  run: |
    
  7.    pip install -r requirements.txt
    

Added a GitHub Actions workflow to automatically build the
EROFS documentation on pull requests. The workflow sets up
Python 3.11, installs the required dependencies, builds the
HTML documentation using make, and uploads the generated
artifact for verification.

This helps ensure documentation builds correctly before
changes are merged.

Signed-off-by: Dhruv Choudhary <dhruvchoudhary177@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant