Skip to content

Update binary-exp.md #86

Update binary-exp.md

Update binary-exp.md #86

Workflow file for this run

name: Delete PR Preview
on:
pull_request_target:
types: [closed]
jobs:
delete_pr_preview:
runs-on: ubuntu-latest
steps:
- name: Checkout gh-pages branch
uses: actions/checkout@v4
with:
ref: gh-pages
- name: Configure Git identity
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Delete PR directory
run: |
PR_DIR=${{ github.event.pull_request.number }}
git rm -r --ignore-unmatch "${PR_DIR}/" || echo "Directory not found"
git commit -m "Delete preview for #${{ github.event.pull_request.number }}"
git push origin gh-pages
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy