8000 Update time bucket docs to be more clear about time zones (#4252) · timescale/docs@a0a3ec8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update time bucket docs to be more clear about time zones (#4252) #2261

Update time bucket docs to be more clear about time zones (#4252)

Update time bucket docs to be more clear about time zones (#4252) #2261

Workflow file for this run

name: Deploy docs to prod
on:
push:
branches:
- latest
permissions: {}
jobs:
trigger:
name: Docs prod deploy
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
with:
token: ${{ secrets.ORG_AUTOMATION_TOKEN }}
repository: timescale/web-documentation
event-type: build-docs-content-prod
0