Skip to content

chore(deps): update dependency postcss to v8.4.49 #807

chore(deps): update dependency postcss to v8.4.49

chore(deps): update dependency postcss to v8.4.49 #807

name: update-swagger-ghpages
on:
push:
tags:
- v*
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Copy swagger.yml
run: cp swagger.yml /tmp
- uses: actions/checkout@v4
with:
ref: gh-pages
- name: Copy back swagger.yml
run: cp /tmp/swagger.yml .
- name: Commit report
run: |
git config --global user.name 'GitHub Pages Bot'
git config --global user.email '[email protected]'
git commit -am "Update swagger.yml" || true
git push