Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhoErvasti committed May 15, 2024
1 parent 7a529a5 commit 3129ff8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
client_payload: '{"CHANGED_COURSES": ${{ steps.changed-rmd.outputs.all_changed_files }}'
client_payload: '{"changed_courses": ${{ steps.changed-rmd.outputs.all_changed_files }}'
event-type: render-deploy

- name: Deploy if asset files changed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/render-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Render modified courses to HTML and move output to docs
env:
CHANGED_COURSES: ${{ github.event.client_payload.CHANGED_COURSES }}
CHANGED_COURSES: ${{ github.event.client_payload.changed_courses }}
run: |
export WORKFLOW=true
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Add, Commit & Push
env:
CHANGED_COURSES: ${{ github.event.client_payload.CHANGED_COURSES }}
CHANGED_COURSES: ${{ github.event.client_payload.changed_courses }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "github-actions[bot]"
Expand Down
2 changes: 1 addition & 1 deletion src/GE02/01_harjoitus_1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Harjoituksen jälkeen osallistuja osaa lisätä ja luoda tasoja QGISiin.

## **Valmistautuminen**

Avaa uusi QGIS-projekti (**Projekti \> Uusi**) ja tallenna se nimellä "**QGIS-harjoitus 1**".
Avaa uusi QGIS-projekti (**Projekti \> Uusi**) ja tallenna se nimellä "**QGIS-harjoitus 1test**".

## **Muokkauksen yleisasetukset**

Expand Down

0 comments on commit 3129ff8

Please sign in to comment.