Skip to content
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
10 changes: 5 additions & 5 deletions .github/workflows/BuildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and Deploy

on:
push:
branches: ["main"]
branches: ['main']
workflow_dispatch:

jobs:
Expand All @@ -15,15 +15,15 @@ jobs:

strategy:
matrix:
node-version: [19.x]
node-version: [21.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache: 'npm'

- name: Setup Secrets
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nmscd.meetup",
"version": "0.0.15",
"version": "0.0.16",
"scripts": {
"build": "npm-run-all --sequential setup:* sass:* template:*",
"setup": "npm i && npm-run-all --sequential setup:*",
Expand Down Expand Up @@ -37,4 +37,4 @@
"overrides": {
"semver": "~7.5.2"
}
}
}
24 changes: 2 additions & 22 deletions template/data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"event": {
"current": {
"date": "24 Aug 2024 18:00:00 GMT",
"date": "24 Aug 2025 18:00:00 GMT",
"shortDate": "24th August",
"year": "2025",
"time": "6PM (GMT)",
Expand Down Expand Up @@ -103,27 +103,7 @@
"youtubeEmbed": "https://www.youtube.com/embed/2vhU67csveM?si=LIhG6Vkzkbv_Iq43",
"youtubeCaption": "Video by Captain Steve about the event"
}
],
"notConfirmed": {
"date": "25 Aug 2024 18:00:00 GMT",
"shortDate": "25th August",
"year": "2024",
"time": "6PM (GMT)",
"discordInviteUrl": "https://discord.gg/wGNjTjxacX",
"locationUrl": "https://goo.gl/maps/VcDBMRhMVhJhucfB6",
"locationAddress": [
"Three Pigeons pub (Up Stairs)",
"169 High St",
"Guildford",
"GU1 3AJ"
],
"hasVirtualMeetup": true,
"hasNmsSocialHashtag": false,
"hasTwitterHashtag": false,
"foodNotice": "Food and drink can be purchased at the venue, not supplied by the event organisers. Kitchen Closes normally around 7pm, they may keep it open to 8pm We suggest that you order food when you arrive.",
"youtubeEmbed": "https://www.youtube.com/embed/wLcejNyW5_U",
"youtubeCaption": "Video by Captain Steve about the event"
}
]
},
"preconnectLinks": [
"https://fonts.nmscd.com"
Expand Down
2 changes: 1 addition & 1 deletion template/handlebar/components/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</span>
</p>
<p>If you would like to report bugs, please open an issue or pull request on this site's
<a href="{{nmscdGithubRepo}}" title="NMSCD Meetup repository" target="_blank"
<a href="{{link.nmscdGithubRepo}}" title="NMSCD Meetup repository" target="_blank"
rel="noopener noreferrer">Github repository</a>. If you are not sure which repository is
affected, feel free to create a post on the <a href="{{link.nmscdGithubDiscussions}}"
target="_blank" rel="noopener noreferrer" title="Github discussions forum">Discussions
Expand Down
2 changes: 1 addition & 1 deletion template/handlebar/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="container">
<div class="row">
<div class="col-12 text-shadow ta-center">
<h1>No Man's Sky <span class="primary">2024</span>&nbsp;meetup
<h1>No Man's Sky <span class="primary">{{event.current.year}}</span>&nbsp;meetup
<small class="hidden for seo">Guildford meetup</small>
</h1>
<i>
Expand Down