Skip to content

Commit 53d1adf

Browse files
fix merge conflict
2 parents 5b14f0a + 4862f3b commit 53d1adf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_book.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
uses: actions/checkout@v2
1919
with:
2020
ref: 'production'
21+
22+
- name: Test permissions
23+
run: |
24+
echo $USER
25+
pwd
26+
ls -al
2127
2228
- name: Build the book
2329
run: |

0 commit comments

Comments
 (0)