Skip to content

chore(deps-dev): bump @stencil/sass from 3.0.7 to 3.0.8 #1205

chore(deps-dev): bump @stencil/sass from 3.0.7 to 3.0.8

chore(deps-dev): bump @stencil/sass from 3.0.7 to 3.0.8 #1205

Workflow file for this run

name: Cleanup
on:
pull_request:
types: [closed]
jobs:
docs:
if: github.actor != 'lime-opensource'
name: Remove PR docs
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_USERNAME: lime-opensource
GH_TOKEN: ${{ secrets.CREATE_RELEASE }}
CI: true
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CREATE_RELEASE }}
- name: Read .nvmrc
run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT
id: nvm
- uses: actions/setup-node@v3
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: node -v && npm -v
- run: npm ci
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Lime Technologies OSS"
- run: npm run docs:publish -- --remove=PR-${{ github.event.pull_request.number }}