Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
boonhapus committed Feb 27, 2025
2 parents 0425333 + 20295b3 commit 89c0f9c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:

runs-on: ubuntu-latest
steps:
# CHECKOUT REPOSITORY.
- name: Checkout repository
uses: actions/checkout@v3

# SETUP PYTHON.
- name: Set up Python
uses: actions/setup-python@v5

# UPDATE PIP.
- name: Ensure pip is up to date.
run: python -m pip install --upgrade pip
Expand Down

0 comments on commit 89c0f9c

Please sign in to comment.