mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-19 01:43:44 +03:00
Tools: Fetch wporg css during build workflow
This commit is contained in:
parent
11b10bac00
commit
5914f2059e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue