Skip to content

Commit ede8524

Browse files
committed
completed git
1 parent 22d9188 commit ede8524

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

GIt/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
- [How We Encode Code Reviews at Netlify](https://www.netlify.com/blog/2020/03/05/feedback-ladders-how-we-encode-code-reviews-at-netlify/)
44

55
_Good insights on how to contribute effectively and issues categorization tutorial_
6+
--------------------------------
67

78
## I am trying to make GitHub actions work with my Patoq book
8-
first I made a new branch using:
9+
1. first I made a new branch using:
910

1011
```bash
1112
# Create and switch to a new backup branch
@@ -17,7 +18,7 @@ first I made a new branch using:
1718
The backup branch should be an exact copy of your main branch before we add the GitHub Actions. The GitHub Actions workflow should only be in the main branch
1819
This way, if something goes wrong, you can easily revert to the pre-Actions state
1920

20-
- where are we?
21+
2. where are we?
2122
```bash
2223
cd ./patoq && git status | cat
2324
```
@@ -36,6 +37,13 @@ let's push the changes to github:
3637
git push -u origin main
3738
```
3839

40+
3. GitHub> Settings> Actions> General> Workflow permissions> Read and write permissions
41+
4. GitHub> Setting > pages > Source > Branch: gh-pages / root: /(root)
42+
43+
44+
--------------------------------
45+
46+
3947
### I had some faluires with the GitHub Actions workflow, so I had to revert to some specific commit.
4048

4149
there are two ways to do this:

0 commit comments

Comments
 (0)