Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stfbk/stfbk.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopernpruner committed Sep 6, 2023
2 parents 2f6b3c9 + f99aaef commit fff16f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-members-cs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update members in CS repository
name: update-members-cs

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
with:
source_file: '_data/members.yml'
destination_repo: 'csfbk/csfbk.github.io'
destination_folder: '_data'
destination_folder: '_data/members'
rename: 'members_st.yml'
user_name: 'csfbk'
user_email: 'cs@fbk.eu'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-people-cs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update people in CS repository
name: update-people-cs

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
with:
source_file: '_data/people.yml'
destination_repo: 'csfbk/csfbk.github.io'
destination_folder: '_data'
destination_folder: '_data/people'
rename: 'people_st.yml'
user_name: 'csfbk'
user_email: 'cs@fbk.eu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pictures-cs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update members' pictures in CS repository
name: update-pictures-cs

on:
push:
Expand Down

0 comments on commit fff16f3

Please sign in to comment.