Skip to content

v3.2.2 - Improve Threats Watcher with Bluesky integration and updated… #17

v3.2.2 - Improve Threats Watcher with Bluesky integration and updated…

v3.2.2 - Improve Threats Watcher with Bluesky integration and updated… #17

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
paths:
- 'Watcher/docs/**'
branches: [ master ]
workflow_dispatch:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages
FOLDER: ./Watcher/docs/_build/html
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}