Skip to content

Commit 9ce8073

Browse files
committed
fix: checkout action ci
1 parent 8031089 commit 9ce8073

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
container: emscripten/emsdk
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
20+
with:
21+
fetch-depth: 0
22+
# lfs: true
2023

2124
- uses: actions/cache@v2
2225
with:

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ theme:
111111
# logo: logo
112112

113113
edit_uri: edit/main/
114-
view_uri: blob/main/
115114

116115
site_description: >-
117116
Awesome GameDev Resources

0 commit comments

Comments
 (0)