Skip to content

Commit

Permalink
Merge branch 'verslagen-site' of https://github.com/Stichting-CROW/imbor
Browse files Browse the repository at this point in the history
 into verslagen-site
  • Loading branch information
RiX012 committed Nov 5, 2024
2 parents e05dfdf + e628565 commit 37ccb0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/verslagen-generate-index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Generate Verslagen Index

on:
workflow_dispatch:
push:
paths:
- 'docs/verslagen/**'
Expand Down Expand Up @@ -28,8 +29,6 @@ jobs:
done
- name: Commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add docs/verslagen/index.md
git commit -m "Update index.md" || echo "No changes to commit"
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update verslagen-index na upload
8 changes: 8 additions & 0 deletions docs/verslagen/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Verslagen

## Beheercommissie
- [fluisterspelletje2.png](Beheercommissie/fluisterspelletje2.png)

## Softwareleveranciers overleg
- [RDF & SPARQL Uitleg.pdf](Softwareleveranciers overleg/RDF & SPARQL Uitleg.pdf)

0 comments on commit 37ccb0e

Please sign in to comment.