Skip to content

Removing my products from the inventory. #45

Removing my products from the inventory.

Removing my products from the inventory. #45

Workflow file for this run

# SPDX-FileCopyrightText: 2022, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0
name: Publish output
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: python3 -m pip install -r requirements.txt
- name: Generating reports
run: make
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public