Skip to content

chore(deps): bump bootstrap from 5.3.1 to 5.3.2 #107

chore(deps): bump bootstrap from 5.3.1 to 5.3.2

chore(deps): bump bootstrap from 5.3.1 to 5.3.2 #107

Workflow file for this run

name: πŸš€ Release
on:
push:
branches: [main]
jobs:
# ci:
# name: Continuous Integration
# uses: ./.github/workflows/__shared-ci.yml
release:
# needs: ci
runs-on: "ubuntu-latest"
permissions:
pages: write # to deploy to Pages
id-token: write
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
steps:
# - name: πŸ—οΈ Build
# uses: escemi-tech/actions-node@v1.10.0
# - uses: actions/upload-pages-artifact@v1
# with:
# path: ./public
# - name: πŸš€ Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v1
# - name: πŸ”­ Check the site is up
# uses: jtalk/url-health-check-action@v2
# with:
# url: ${{ steps.deployment.outputs.page_url }}
- uses: actions/checkout@v4
- name: 🚦 Audit URLs using Lighthouse
id: lighthouse-ci-audit
uses: treosh/lighthouse-ci-action@10.1.0
with:
# urls: ${{ steps.deployment.outputs.page_url }}
urls: https://hoverkraft.cloud
temporaryPublicStorage: true
- uses: ./.github/actions/lighthouse-ci-badge
with:
links: ${{ steps.lighthouse-ci-audit.outputs.links }}
manifest: ${{ steps.lighthouse-ci-audit.outputs.manifest }}