Skip to content

Bump fast-xml-parser from 4.3.4 to 4.5.0 in the npm_and_yarn group across 1 directory #136

Bump fast-xml-parser from 4.3.4 to 4.5.0 in the npm_and_yarn group across 1 directory

Bump fast-xml-parser from 4.3.4 to 4.5.0 in the npm_and_yarn group across 1 directory #136

Workflow file for this run

---
name: Deploy to GitHub Pages
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install, build, and upload your site
uses: withastro/action@877fd7e5cf5dc5d213f6701c790972aa25452ad3 # v2.0.1
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5