Skip to content

Commit

Permalink
Update master to output generated at 8304b8f
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Oct 23, 2022
1 parent 8d98d8e commit daea72d
Show file tree
Hide file tree
Showing 97 changed files with 17,050 additions and 898 deletions.
44 changes: 40 additions & 4 deletions .github/workflows/abenevaut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
php_version: 8.1
node_version: lts/gallium

jobs:

Expand All @@ -16,33 +17,68 @@ jobs:
group: abenevaut-release
cancel-in-progress: false
steps:

- name: Checkout project
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Get current release tag
id: branch_name
run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
- name: Validate composer file
run: composer validate --strict

- name: Use Node.js ${{ env.node_version }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.node_version }}
registry-url: https://npm.pkg.github.com

- name: Configure Node.js cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-nodejs_${{ env.node_version }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-nodejs_${{ env.node_version }}-
- name: Setup NPM
run: |
npm config set "@abenevaut:registry" https://npm.pkg.github.com/
npm config set "//npm.pkg.github.com/:_authToken" $NODE_AUTH_TOKEN
env:
NODE_AUTH_TOKEN: ${{ secrets.ABENEVAUT_GITHUB_TOKEN }}

- name: NPM install
if: steps.composer-cache.outputs.cache-hit != 'true'
run: npm ci --prefer-offline --no-audit --progress=false

- name: Initialize PHP ${{ env.php_version }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.php_version }}

- name: Configure Composer cache
uses: actions/cache@v2
with:
path: ~/vendor
key: ${{ runner.os }}-node-php_${{ env.php_version }}-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-node-php_${{ env.php_version }}-
- name: Composer install
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install -o --no-interaction --prefer-dist

- name: Validate composer file
run: |
composer -V
composer validate --strict
- name: Generate static pages
run: |
composer global require abenevaut/laravel-one
laravel-one generate https://me.abenevaut.dev
npm run prod
vendor/bin/laravel-one generate https://me.abenevaut.dev
- uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ABENEVAUT_GITHUB_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
/.cache
/dist/**/*.xml
/dist/**/*.html
/projects
/dist
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions content/404.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
view: 404
language: en
11 changes: 0 additions & 11 deletions dist/assets/theme.css

This file was deleted.

684 changes: 0 additions & 684 deletions dist/assets/theme.js

This file was deleted.

Binary file removed dist/favicon/android-chrome-144x144.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-192x192.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-256x256.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-36x36.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-384x384.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-48x48.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-512x512.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-72x72.png
Binary file not shown.
Binary file removed dist/favicon/android-chrome-96x96.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-1024x1024.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-167x167.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-76x76.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon-precomposed.png
Binary file not shown.
Binary file removed dist/favicon/apple-touch-icon.png
Binary file not shown.
Binary file not shown.
Binary file removed dist/favicon/apple-touch-startup-image-1136x640.png
Binary file not shown.
Binary file not shown.
Diff not rendered.
Binary file removed dist/favicon/apple-touch-startup-image-1334x750.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed dist/favicon/apple-touch-startup-image-1792x828.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed dist/favicon/apple-touch-startup-image-640x1136.png
Diff not rendered.
Binary file removed dist/favicon/apple-touch-startup-image-750x1334.png
Diff not rendered.
Binary file removed dist/favicon/apple-touch-startup-image-828x1792.png
Diff not rendered.
15 changes: 0 additions & 15 deletions dist/favicon/browserconfig.xml

This file was deleted.

Binary file removed dist/favicon/favicon-16x16.png
Diff not rendered.
Binary file removed dist/favicon/favicon-32x32.png
Diff not rendered.
Binary file removed dist/favicon/favicon-48x48.png
Diff not rendered.
Binary file removed dist/favicon/favicon.ico
Binary file not shown.
Binary file removed dist/favicon/firefox_app_128x128.png
Diff not rendered.
Binary file removed dist/favicon/firefox_app_512x512.png
Diff not rendered.
Binary file removed dist/favicon/firefox_app_60x60.png
Diff not rendered.
59 changes: 0 additions & 59 deletions dist/favicon/manifest.json

This file was deleted.

14 changes: 0 additions & 14 deletions dist/favicon/manifest.webapp

This file was deleted.

Binary file removed dist/favicon/mstile-144x144.png
Diff not rendered.
Binary file removed dist/favicon/mstile-150x150.png
Diff not rendered.
Binary file removed dist/favicon/mstile-310x150.png
Diff not rendered.
Binary file removed dist/favicon/mstile-310x310.png
Diff not rendered.
Binary file removed dist/favicon/mstile-70x70.png
Diff not rendered.
Binary file added images/abenevaut-bootswatch-pyrocms.png
Binary file added images/abenevaut-language.png
Binary file added images/abenevaut-pyrocreator.png
Binary file added images/abenevaut-qfilecleaner.png
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added images/dixens-bougetonQ.png
File renamed without changes.
Binary file added images/dixens-destinationsmonde.png
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added images/dixens-shebamblogpopwizz.png
Binary file added images/dixens-somnoforum.png
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
Loading

0 comments on commit daea72d

Please sign in to comment.