with:
repository: mdref/mdref-raphf
path: refs/raphf
+ - uses: actions/checkout@v2
+ with:
+ repository: mdref/mdref.github.io
+ path: html
- name: Install dependencies
run: |
sudo apt-get update -y
composer install
- name: Generate HTML
run: |
- mkdir html
+ mkdir -p html
cd html
../bin/ref2html . ../refs/*
- name: Generate STUBs
for ext in http pq; do
../bin/ref2stub ../refs/$ext
done
+ - name: Show changes
+ run: |
+ cd html
+ git diff
- uses: crazy-max/ghaction-github-pages@v2
if: success()
env: