Skip to content

Commit 0dad3ef

Browse files
committed
Update documentation paths and add upgrade guide for Remix Utils v6 to v7
1 parent 653076d commit 0dad3ef

File tree

5 files changed

+607
-596
lines changed

5 files changed

+607
-596
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- uses: actions/configure-pages@v5
2828
- uses: actions/upload-pages-artifact@v3
2929
with:
30-
path: "./docs"
30+
path: "./pages"
3131
- uses: actions/deploy-pages@v4
3232
id: deployment

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/build
22
/coverage
3-
/docs
3+
/pages
44
/node_modules
55

66
*.log

0 commit comments

Comments
 (0)