Skip to content

Commit

Permalink
Trigger build of site on push.
Browse files Browse the repository at this point in the history
taal -> onderwerp
  • Loading branch information
bashopman committed Feb 15, 2024
1 parent 6b280f4 commit 61bcfda
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/trigger_publishing_site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger publishing site

on:
push:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Send trigger
run: |
curl --fail -L -X POST \
-H 'Accept: application/vnd.github+json' \
-H 'Authorization: Bearer ${{ secrets.GH_PAT_REPO_WORKFLOW_CODERDOJO024 }}' \
-H 'X-GitHub-Api-Version: 2022-11-28' \
https://api.github.com/repos/coderdojonijmegen/hugo-coderdojo-nijmegen/actions/workflows/publish.yml/dispatches \
-d '{"ref":"main"}'
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2021-10-22T20:53:27+02:00
draft: false
toc: true
headercolor: "teal-background"
taal: Javascript
onderwerp: Javascript
---

Kunst maken in de browser.
Expand Down

0 comments on commit 61bcfda

Please sign in to comment.