Skip to content

Commit

Permalink
Merge pull request #22 from niclaz/patch-2
Browse files Browse the repository at this point in the history
Patch: fixing error in last PR + bump withastro/action version
  • Loading branch information
Msiusko authored Sep 8, 2024
2 parents 5c19059 + efaf530 commit 648cf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
uses: withastro/action@v3
# with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const types = [
{ id: "", plural: 'All events'},
{ id: "meetup", name: 'Meetup', plural: 'Meetups' },
{ id: "summit", name: 'Summit', plural: 'Summits' },
{ id: "congress", name: 'Congress', plural: 'Congresses' }.
{ id: "congress", name: 'Congress', plural: 'Congresses' },
{ id: "privacy-corner", name: 'Privacy Corner', plural: 'Privacy Corners' },
{ id: "online-summit", name: 'Online Summit', plural: 'Online Summits' },
{ id: 'meta-hackathon', name: 'Meta-hackathon', plural: 'Meta-hackathons'},
Expand Down

0 comments on commit 648cf5c

Please sign in to comment.