Skip to content

Commit 818facd

Browse files
authored
Update Deploy_site.yml
1 parent 902f015 commit 818facd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Deploy_site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# - robolancer_updates
88
push:
99
branches:
10-
- robolancer_updates
10+
- main
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
@@ -29,4 +29,4 @@ jobs:
2929
python-version: 3.x
3030
- run: pip install mkdocs
3131
- run: pip install -r requirements.txt
32-
- run: mkdocs gh-deploy --force
32+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)