Skip to content

Change default format from XML to CSV and improve generated pages #2

Change default format from XML to CSV and improve generated pages

Change default format from XML to CSV and improve generated pages #2

Workflow file for this run

name: Build preview pages
on:
pull_request:
permissions:
pull-requests: write
contents: write
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt install python3 python3-lxml
- name: Build documentation
run: |
python3 ./build_stats_pages.py
- name: Deploy preview
uses: rajyan/preview-pages@v1
with:
source-dir: github-pages