Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from kevinriex/dev
Browse files Browse the repository at this point in the history
Add new Amtsblatt and add ci for license.json push
  • Loading branch information
kevinriex authored Feb 16, 2024
2 parents ebd9bdd + f057a04 commit ab1c7c5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
id-token: write

concurrency:
Expand Down Expand Up @@ -45,3 +45,8 @@ jobs:
with:
name: project-build-${{ github.sha }}
path: ./out

- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: 'public/*.json'
commit_message: 'chore: update license.json'
Binary file added public/amtsblatt/2024-04.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion public/licenses.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"@fortawesome/fontawesome-svg-core","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-brands-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-regular-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-solid-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/react-fontawesome","link":"git+https://github.com/FortAwesome/react-fontawesome.git","installedVersion":"0.2.0","author":"n/a"},{"name":"bootstrap","link":"git+https://github.com/twbs/bootstrap.git","installedVersion":"5.3.2","author":"The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"name":"next","link":"git+https://github.com/vercel/next.js.git","installedVersion":"14.1.0","author":"n/a"},{"name":"pdf2pic","link":"git+https://github.com/yakovmeister/pdf2image.git","installedVersion":"3.1.1","author":"Jacob Baring <[email protected]>"},{"name":"react","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"},{"name":"react-bootstrap","link":"git+https://github.com/react-bootstrap/react-bootstrap.git","installedVersion":"2.10.0","author":"Stephen J. Collings [email protected]"},{"name":"react-dom","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"}]
[{"name":"@fortawesome/fontawesome-svg-core","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-brands-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-regular-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-solid-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/react-fontawesome","link":"git+https://github.com/FortAwesome/react-fontawesome.git","installedVersion":"0.2.0","author":"n/a"},{"name":"bootstrap","link":"git+https://github.com/twbs/bootstrap.git","installedVersion":"5.3.2","author":"The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"name":"next","link":"git+https://github.com/vercel/next.js.git","installedVersion":"14.1.0","author":"n/a"},{"name":"pdf2pic","link":"git+https://github.com/yakovmeister/pdf2image.git","installedVersion":"3.1.1","author":"Jacob Baring <[email protected]>"},{"name":"react","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"},{"name":"react-bootstrap","link":"git+https://github.com/react-bootstrap/react-bootstrap.git","installedVersion":"2.10.1","author":"Stephen J. Collings [email protected]"},{"name":"react-dom","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"}]
6 changes: 6 additions & 0 deletions src/app/amtsblatt/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import AmtsblattCard from "../components/AmtsblattCard";

const AmtsblattList = [
[
{
text: "Amtsblatt 2024-04",
href: "2024-03.pdf",
},
{
text: "Amtsblatt 2024-03",
href: "2024-03.pdf",
Expand All @@ -18,6 +22,8 @@ const AmtsblattList = [
text: "Amtsblatt 2024-02",
href: "2024-02.pdf",
},
],
[
{
text: "Amtsblatt 2024-01",
href: "2024-01.pdf",
Expand Down

0 comments on commit ab1c7c5

Please sign in to comment.