Skip to content

Commit

Permalink
Remove old packages (#5)
Browse files Browse the repository at this point in the history
* Remove old packages
* Build on PR
  • Loading branch information
mrliptontea authored Sep 23, 2024
1 parent f4f007a commit 9ef863a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 58 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ name: Publish to GitHub pages
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Composer cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.composer/cache/repo
key: composer-cache
Expand All @@ -37,8 +39,8 @@ jobs:
run: echo 'composer.talis.io' > dist/CNAME

- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
if: ${{ success() && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: dist
Expand Down
53 changes: 0 additions & 53 deletions satis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"name": "techfromsage/composer",
"description": "TfS Composer repository",
"homepage": "https://composer.talis.io/",
"abandoned": {
"chrisboulton/php-resque": "resque/php-resque",
"techfromsage/php-resque": "resque/php-resque",
"techfromsage/simplesamlphp": "simplesamlphp/simplesamlphp"
},
"repositories": [
{
"type": "vcs",
Expand All @@ -16,38 +11,6 @@
"type": "vcs",
"url": "https://github.com/rsinger/worldcat-linkeddata-php"
},
{
"type": "package",
"package": {
"name": "t0k4rt/phpqrcode",
"version": "1.1.4",
"homepage": "https://github.com/t0k4rt/phpqrcode",
"description": "PHP implementation of QR Code 2-D barcode generator",
"authors": [
{
"name": "Alexandre Assouad",
"email": "[email protected]"
},
{
"name": "Dominik Dzienia",
"email": "[email protected]"
}
],
"license": [
"LGPL-3.0"
],
"source": {
"url": "https://github.com/t0k4rt/phpqrcode",
"type": "git",
"reference": "d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2"
},
"dist": {
"type": "zip",
"url": "https://github.com/t0k4rt/phpqrcode/zipball/d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2",
"reference": "d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2"
}
}
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/bling"
Expand Down Expand Up @@ -80,10 +43,6 @@
"type": "vcs",
"url": "https://github.com/techfromsage/php-niso-openurl"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/php-resque"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/resque-multiple-failure-queues"
Expand All @@ -96,10 +55,6 @@
"type": "vcs",
"url": "https://github.com/techfromsage/sierra-api-php-client"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/simplesamlphp"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/SRUClient-php"
Expand All @@ -111,14 +66,6 @@
{
"type": "vcs",
"url": "https://github.com/techfromsage/tripod-php"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/php-cloud-files"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/aws-sdk-php"
}
],
"require-all": true,
Expand Down

0 comments on commit 9ef863a

Please sign in to comment.