mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-20 16:32:17 +00:00
Compare commits
7 Commits
master
...
fix-gha-wo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c25e1c637 | ||
|
|
57b9ae3d20 | ||
|
|
9af11d32e3 | ||
|
|
d309b0a119 | ||
|
|
7243d8d576 | ||
|
|
356ab6bc62 | ||
|
|
63c75d241a |
6
.github/workflows/sync-boostlook-css.yml
vendored
6
.github/workflows/sync-boostlook-css.yml
vendored
@@ -16,10 +16,10 @@ jobs:
|
||||
if: github.repository == 'boostorg/boostlook'
|
||||
steps:
|
||||
- name: Checkout current repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Checkout website-v2 repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: boostorg/website-v2
|
||||
ref: develop
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: "3.13"
|
||||
|
||||
- name: Copy boostlook.css to website-v2
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user