Skip to content

Commit 34568c8

Browse files
authored
Update publish-to-website.yml
1 parent 8bdfd32 commit 34568c8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/publish-to-website.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Publish to website
22

3-
env:
4-
BRANCH_NAME: master
5-
63
on:
74
push:
85
branches:
@@ -34,8 +31,6 @@ jobs:
3431
fetch-depth: 0
3532
- name: Branch innersourcecommons.org
3633
working-directory: innersourcecommons.org
37-
run: |
38-
git checkout master
3934
- uses: actions/setup-node@v1
4035
with:
4136
node-version: 12
@@ -52,4 +47,4 @@ jobs:
5247
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
5348
git add .
5449
git commit -m "Update Learning Path articles"
55-
git push origin $BRANCH_NAME
50+
git push

0 commit comments

Comments
 (0)