Skip to content

Update 2023-11-13-Discourse CVE-2023-47119 - Building a CVE POC from … #66

Update 2023-11-13-Discourse CVE-2023-47119 - Building a CVE POC from …

Update 2023-11-13-Discourse CVE-2023-47119 - Building a CVE POC from … #66

Workflow file for this run

name: 'Automatic build'
on:
push:
branches:
- main
paths-ignore:
- .gitignore
- README.md
- LICENSE
permissions:
contents: write
pages: write
id-token: write
jobs:
continuous-delivery:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # for posts's lastmod
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Deploy
run: bash tools/deploy.sh