8000 [pre-commit.ci] pre-commit autoupdate (#195) · conda/conda-dot-org@2c57e45 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Republish site

Republish site #4

Workflow file for this run

---
name: Republish site
on:
schedule:
- cron: 0 0 * * 4 # Every Thursday (after biweekly Wednesdays)
workflow_dispatch:
jobs:
redeploy:
runs-on: ubuntu-latest
steps:
- run: >
curl -X POST -d '{}'
https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }}?trigger_title=Triggered+by+Github+Actions
0