mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Compare commits
3 Commits
8ced3d1b8e
...
environmen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a0b464259 | ||
|
|
a92bc16b84 | ||
|
|
c9d4801dbc |
8
.github/workflows/book-export.yml
vendored
8
.github/workflows/book-export.yml
vendored
@@ -3,12 +3,16 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- environments
|
||||
|
||||
jobs:
|
||||
upstream:
|
||||
upstream_with_environment:
|
||||
# Run job only on servo/servo
|
||||
if: github.repository == 'servo/servo'
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: publish
|
||||
deployment: false
|
||||
steps:
|
||||
- name: Check out Servo
|
||||
uses: actions/checkout@v6
|
||||
@@ -21,7 +25,7 @@ jobs:
|
||||
with:
|
||||
path: book
|
||||
repository: 'servo/book'
|
||||
token: ${{ secrets.BOOK_SYNC_TOKEN }}
|
||||
token: ${{ secrets.ENV_BOOK_SYNC_TOKEN }}
|
||||
- name: Check for changes
|
||||
working-directory: python/servo/platform/linux_packages
|
||||
id: changes
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
# Please keep these in sync with the packages in the book, using the instructions in the README.md
|
||||
# in this folder.
|
||||
I_AM_A_TEST_PACKAGE
|
||||
build-essential
|
||||
ca-certificates
|
||||
ccache
|
||||
|
||||
Reference in New Issue
Block a user