added printer support and live config
This commit is contained in:
parent
36e35fa7f1
commit
9ccf94f1c1
6 changed files with 2 additions and 22 deletions
22
.github/workflows/repo-add.yml
vendored
22
.github/workflows/repo-add.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
# This workflow will build an Arch Linux ISO file with the commit on it
|
||||
name: repo-add
|
||||
on:
|
||||
push:
|
||||
paths: "**/*.tar.zst"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git python python-pip base-devel
|
||||
- name: repo-add
|
||||
run: bash ./repoadd.sh ppr
|
||||
- name: push
|
||||
run: |
|
||||
git add -A
|
||||
git commit -S -m "gh-action: Update ppr.db" || echo "nothing"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue