Skip to content

Commit

Permalink
config of the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Feb 26, 2024
1 parent e5d5801 commit c3afefd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: clone stm32duino
run: git clone https://github.com/stm32duino/Arduino_Core_STM32.git
- name: generate pinout
run: |
python3 parser.py
rm -r Arduino_Core_STM32
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit c3afefd

Please sign in to comment.