Skip to content

Tables fixup #1643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,20 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Setup node.js
uses: actions/setup-node@v4
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
node-version: 21
- name: Install node dependencies
run: npm install
- name: Build site
ruby-version: 3.2
- name: Install dependencies
run: |
PREFIX_PATHS=true npm run build
mkdir website
mv public website/training-center
cp redirect.html website/index.html
- name: Upload artifact
gem install bundler
bundle install
- name: Build site
run: bundle exec jekyll build
- name: Upload artifacts
uses: actions/upload-pages-artifact@v3
with:
path: ./website
path: ./_site
deploy:
if: github.event_name == 'push'
needs: build
Expand Down
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ publish = "_site"
command = "bundler exec jekyll build"

[build.environment]
RUBY_VERSION=3.2.6
NODE_VERSION=21.X
RUBY_VERSION="3.2"
1 change: 1 addition & 0 deletions organization/_posts/2024/2024-06-24-steering.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ACTION: Comments need to be closed.

The following roles have been taken on by SG members so far:

{:.table .table-hover .table-condensed .table-striped}
| Role | SG Member(s) |
|------|--------------|
| SG Chair | Graeme |
Expand Down
1 change: 1 addition & 0 deletions organization/_posts/2024/2024-09-23-steering.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Apologies: Liz Sexton-Kennedy, Nicole Skidmore, Paul Laycock, Torre Wenaus

Any discussions to report on?

{:.table .table-hover .table-condensed .table-striped}
| Activity | SG Responsible | Met? |
| ------------------------------------ | --------------- | ------------ |
| Data Analysis | Eduardo + Mark | |
Expand Down
1 change: 1 addition & 0 deletions organization/_posts/2024/2024-10-14-steering.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Apologies: Andrea Valassi, Paul Laycock

Any discussions to report on?

{:.table .table-hover .table-condensed .table-striped}
| Activity | SG Responsible | Met? |
| ------------------------------------ | --------------- | ------------ |
| Data Analysis | Eduardo + Mark | Not yet |
Expand Down
1 change: 1 addition & 0 deletions organization/_posts/2024/2024-11-19-steering.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Good discussion with Mike Kirby from DUNE about increasing their HSF involvement

## Activity Areas

{:.table .table-hover .table-condensed .table-striped}
| Activity | SG Responsible | Met? |
| ------------------------------------ | --------------- | ------------ |
| Data Analysis | Eduardo + Mark | Y (Graeme+Michel) |
Expand Down
3 changes: 2 additions & 1 deletion organization/_posts/2025/2025-01-13-steering.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ How PyHEP uses HSF conveners needs discussion. Is it just the workshop organisat

Once conveners for 2025 are settled we should all discuss again with our relevant activities for their plans.

Are people happy with their responsibility assignments?
Are people happy with their responsibility assignments?

{:.table .table-hover .table-condensed .table-striped}
| Activity | SG Responsible | Met? |
| ------------------------------------ | --------------- | ------------ |
| Data Analysis | Eduardo + Mark | |
Expand Down