Skip to content

Commit 449b74c

Browse files
authored
ci: disable Jekyll processing (#3603)
* ci: disable Jekyll processing * nuke old website * update readme
1 parent b1361df commit 449b74c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
paths-ignore:
7-
- '**.md'
86
pull_request:
9-
paths-ignore:
10-
- '**.md'
117

128
jobs:
139
test:
@@ -62,8 +58,8 @@ jobs:
6258
git worktree add gh-pages gh-pages
6359
cd gh-pages
6460
git rm -r .
65-
git checkout gh-pages -- old
6661
mv ../dist/* .
62+
touch .nojekyll
6763
git add .
6864
git commit -m "gh-pages deployment" || echo "Nothing to commit"
6965
git push -f https://adazzle:${{secrets.GITHUB_TOKEN}}@github.com/adazzle/react-data-grid.git

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
- [Examples website](https://adazzle.github.io/react-data-grid/)
5050
- [Source code](website)
51-
- [Old website for react-data-grid v6](https://adazzle.github.io/react-data-grid/old/)
5251
- [Changelog](CHANGELOG.md)
5352
- [Contributing](CONTRIBUTING.md)
5453

0 commit comments

Comments
 (0)