.github/workflows/cron.yml in fief-0.0.1 vs .github/workflows/cron.yml in fief-0.0.2
- old
+ new
@@ -19,15 +19,16 @@
ruby-version: 2.7
- run: bundle install
- run: |
bin/fief --verbose --token ${{ secrets.TOKEN }} --to gh-pages \
--include jcabi/* \
+ --exclude jcabi/.github \
--include yegor256/cactoos \
--include yegor256/takes \
--include yegor256/xembly
- run: mkdir -p gh-pages/$(date +'%Y/%m/%d')
- run: cp gh-pages/index.xml gh-pages/$(date +'%Y/%m/%d')/index.xml
- - uses: JamesIves/github-pages-deploy-action@4.1.4
+ - uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: gh-pages
clean: false