Skip to content

Commit 7d95723

Browse files
Tables fixup (#1643)
* Tables fixup Also, test netlify setup * Fix build and deploy action * Fix ruby version * Remove node version * Ruby version as string
1 parent 884e7ff commit 7d95723

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,20 @@ jobs:
1616
steps:
1717
- name: Checkout source
1818
uses: actions/checkout@v4
19-
- name: Setup node.js
20-
uses: actions/setup-node@v4
19+
- name: Setup Ruby
20+
uses: actions/setup-ruby@v1
2121
with:
22-
node-version: 21
23-
- name: Install node dependencies
24-
run: npm install
25-
- name: Build site
22+
ruby-version: 3.2
23+
- name: Install dependencies
2624
run: |
27-
PREFIX_PATHS=true npm run build
28-
mkdir website
29-
mv public website/training-center
30-
cp redirect.html website/index.html
31-
- name: Upload artifact
25+
gem install bundler
26+
bundle install
27+
- name: Build site
28+
run: bundle exec jekyll build
29+
- name: Upload artifacts
3230
uses: actions/upload-pages-artifact@v3
3331
with:
34-
path: ./website
32+
path: ./_site
3533
deploy:
3634
if: github.event_name == 'push'
3735
needs: build

netlify.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ publish = "_site"
55
command = "bundler exec jekyll build"
66

77
[build.environment]
8-
RUBY_VERSION=3.2.6
9-
NODE_VERSION=21.X
8+
RUBY_VERSION="3.2"

organization/_posts/2024/2024-06-24-steering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ACTION: Comments need to be closed.
3838

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

41+
{:.table .table-hover .table-condensed .table-striped}
4142
| Role | SG Member(s) |
4243
|------|--------------|
4344
| SG Chair | Graeme |

organization/_posts/2024/2024-09-23-steering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Apologies: Liz Sexton-Kennedy, Nicole Skidmore, Paul Laycock, Torre Wenaus
1313

1414
Any discussions to report on?
1515

16+
{:.table .table-hover .table-condensed .table-striped}
1617
| Activity | SG Responsible | Met? |
1718
| ------------------------------------ | --------------- | ------------ |
1819
| Data Analysis | Eduardo + Mark | |

organization/_posts/2024/2024-10-14-steering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Apologies: Andrea Valassi, Paul Laycock
1313

1414
Any discussions to report on?
1515

16+
{:.table .table-hover .table-condensed .table-striped}
1617
| Activity | SG Responsible | Met? |
1718
| ------------------------------------ | --------------- | ------------ |
1819
| Data Analysis | Eduardo + Mark | Not yet |

organization/_posts/2024/2024-11-19-steering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Good discussion with Mike Kirby from DUNE about increasing their HSF involvement
2727

2828
## Activity Areas
2929

30+
{:.table .table-hover .table-condensed .table-striped}
3031
| Activity | SG Responsible | Met? |
3132
| ------------------------------------ | --------------- | ------------ |
3233
| Data Analysis | Eduardo + Mark | Y (Graeme+Michel) |

organization/_posts/2025/2025-01-13-steering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ How PyHEP uses HSF conveners needs discussion. Is it just the workshop organisat
3535

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

38-
Are people happy with their responsibility assignments?
38+
Are people happy with their responsibility assignments?
3939

40+
{:.table .table-hover .table-condensed .table-striped}
4041
| Activity | SG Responsible | Met? |
4142
| ------------------------------------ | --------------- | ------------ |
4243
| Data Analysis | Eduardo + Mark | |

0 commit comments

Comments
 (0)