Skip to content

Update source.txt

Update source.txt #38

name: "Update repository packages"
on:
repository_dispatch:
types: [build-listing]
workflow_dispatch:
push:
branches: main
paths: source.txt
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "docker://ghcr.io/rerigferl/vpm-repository-builder:v1.0.0"
with:
args: "source.txt ${{ github.token }}"
- run: |
mkdir website
mv vpm.json website/
mv index.html website/
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: website/
- uses: actions/[email protected]