Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlasiuk authored Mar 28, 2024
1 parent 6c47b6c commit 4414fa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
hugo-version: '0.98.0'
extended: true

# Runs pre-processing python scripts to ensure (1) date accuracy, and (2) category descriptions are always up-to-date
# Runs pre-processing python scripts to ensure (1) date accuracy, and (2) category descriptions are always up-to-date, and (3) the packages have valid categories
- name: Python pre-processing
run: |
python --version
python ./build_steps/update_category_mappings.py
python ./build_steps/update_recently_added_json.py
python ./build_steps/validate_package_catagories.py
# Builds arm-software-developer repo
- name: Build
Expand Down

0 comments on commit 4414fa0

Please sign in to comment.