Skip to content

Raise an exception if no tweets fetched #32

Raise an exception if no tweets fetched

Raise an exception if no tweets fetched #32

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
permissions:
contents: write
concurrency:
group: all_workflows
jobs:
fetch:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout previous version
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages
- name: Copy files into place
run: cp -r output/* gh-pages
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: gh-pages
single-commit: true