Skip to content

ajout github_action creation HTML pages #1

ajout github_action creation HTML pages

ajout github_action creation HTML pages #1

Workflow file for this run

name: HTMLgenerator

Check failure on line 1 in .github/workflows/htmlgenerator.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/htmlgenerator.yml

Invalid workflow file

`pull request` is not a valid event name
on: [push, pull request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install os lxml
- name: Create HTML pages
run: |
python3 XML2HTML.py