Skip to content

Add toIter() and fromIter() to all collections #19

Add toIter() and fromIter() to all collections

Add toIter() and fromIter() to all collections #19

Workflow file for this run

name: Delete preview on PR closed
on:
pull_request:
types: [closed]
jobs:
delete_preview:
runs-on: ubuntu-20.04
env:
PR_PATH: pull/${{github.event.number}}
steps:
- name: Checkout website repo
uses: actions/checkout@v4
- name: Make empty dir
run: mkdir docs
- name: Delete folder
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
destination_dir: ${{ env.PR_PATH }}
- name: Comment on PR
uses: hasura/comment-progress@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
number: ${{ github.event.number }}
id: deploy-preview
message: null