Skip to content

feat: add packaging and deployment for gh pages #11

feat: add packaging and deployment for gh pages

feat: add packaging and deployment for gh pages #11

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Kaelan Thijs Fouwels <[email protected]>
#
# SPDX-License-Identifier: MIT
on:
pull_request:
branches:
- "*"
name: Core
jobs:
licencing:
runs-on: ubuntu-latest
name: Licensing (SPDX)
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
package:
runs-on: ubuntu-latest
name: Package (Make)
steps:
- uses: actions/checkout@v4
- name: release application
run: make package
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: 'artifact'
path: 'artifact.tar'
if-no-files-found: error