File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 --to html
3030 - run : mkdir gh-pages
3131 - run : cp html/index.html gh-pages/fief.html
32- - uses : JamesIves/github-pages-deploy-action@v4.7.3
32+ - uses : JamesIves/github-pages-deploy-action@v4.8.0
3333 with :
3434 branch : gh-pages
3535 folder : gh-pages
Original file line number Diff line number Diff line change 1919 - run : |
2020 mkdir -p data
2121 find objects -name '*.eo' > data/objectionary.lst
22- - uses : JamesIves/github-pages-deploy-action@v4.7.3
22+ - uses : JamesIves/github-pages-deploy-action@v4.8.0
2323 with :
2424 branch : gh-pages
2525 folder : data
Original file line number Diff line number Diff line change 2121 git fetch --tags --all --force
2222 git tag --list --format='%(*objectname) %(refname:short)' | grep '^[a-f0-9]' > data/tags.txt
2323 echo "$(git rev-parse HEAD) master" >> data/tags.txt
24- - uses : JamesIves/github-pages-deploy-action@v4.7.3
24+ - uses : JamesIves/github-pages-deploy-action@v4.8.0
2525 with :
2626 branch : gh-pages
2727 folder : data
You can’t perform that action at this time.
0 commit comments