Tools: Fetch wporg css during build workflow

This commit is contained in:
Kelly Dwan 2024-08-27 14:10:01 -04:00
parent 11b10bac00
commit 5914f2059e
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -17,6 +17,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Required for old theme build step.
- name: Checkout wporg CSS
run: |
svn export https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css themes/pub/wporg/css --quiet
- name: Setup
uses: WordPress/wporg-repo-tools/.github/actions/setup@trunk
with: