File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
- paths-ignore :
7
- - ' **.md'
8
6
pull_request :
9
- paths-ignore :
10
- - ' **.md'
11
7
12
8
jobs :
13
9
test :
62
58
git worktree add gh-pages gh-pages
63
59
cd gh-pages
64
60
git rm -r .
65
- git checkout gh-pages -- old
66
61
mv ../dist/* .
62
+ touch .nojekyll
67
63
git add .
68
64
git commit -m "gh-pages deployment" || echo "Nothing to commit"
69
65
git push -f https://adazzle:${{secrets.GITHUB_TOKEN}}@github.com/adazzle/react-data-grid.git
Original file line number Diff line number Diff line change 48
48
49
49
- [ Examples website] ( https://adazzle.github.io/react-data-grid/ )
50
50
- [ Source code] ( website )
51
- - [ Old website for react-data-grid v6] ( https://adazzle.github.io/react-data-grid/old/ )
52
51
- [ Changelog] ( CHANGELOG.md )
53
52
- [ Contributing] ( CONTRIBUTING.md )
54
53
You can’t perform that action at this time.
0 commit comments