Skip to content

Can't rewind php:://output. Fix error in CSV download. #1009

Can't rewind php:://output. Fix error in CSV download.

Can't rewind php:://output. Fix error in CSV download. #1009

Workflow file for this run

name: Build Hook Docs
on:
push:
branches:
- master
jobs:
hookdocs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version-vile: '.nvmrc'
- name: npm install, and build docs
run: |
npm install
npm run build:docs
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: './docs'
github_token: ${{ secrets.GITHUB_TOKEN }}