File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ jobs:
2222 - run : mkdocs build
2323
2424 deploy :
25- environment :
26- name : github-pages
27- url : ${{ steps.deployment.outputs.page_url }}
2825 runs-on : ubuntu-latest
2926 needs : build
3027 steps :
31- - name : Deploy to GitHub Pages
32- id : deployment
33- uses : actions/deploy-pages@v4
34-
35- # - run: mkdocs gh-deploy --force
28+ - uses : actions/checkout@v2
29+ - uses : actions/setup-python@v2
30+ with :
31+ python-version : 3.x
32+ - run : pip install mkdocs
33+ - run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-python@v2
15- - uses : actions/deploy-pages@v4
1615 with :
1716 python-version : 3.x
1817 - run : pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -83,8 +83,9 @@ Github is a website that hosts Git repositories. The Robolancers store all of th
8383
8484![ Git commands in vscode GUI] ( ../assets/git_vscode.png )
8585
86- ### Git branches menu (Accessed by clicking on the branch name at the bottom left)
86+ ### Git branches menu
8787
88+ Accessed by clicking on the branch name at the bottom left)
8889![ Github branch menu in Vscode GUI] ( ../assets/github_branch_vscode.png )
8990
9091### Merge in another branch in vscode
You can’t perform that action at this time.
0 commit comments