Skip to content

Bump rehype-prism-plus from 1.6.1 to 2.0.1 #46

Bump rehype-prism-plus from 1.6.1 to 2.0.1

Bump rehype-prism-plus from 1.6.1 to 2.0.1 #46

Workflow file for this run

name: Deploy thtmnisamnstr-dotcom to Netlify
# Runs stopped; Runs on pushes to main
# on:
# push:
# branches: [ main ]
jobs:
build:
runs-on: [ earthly-satellite#thtmnisamnstr-dotcom-sat ]
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
FORCE_COLOR: 1
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.13
- uses: actions/checkout@v4
- name: Docker Login
run: docker login --username "thtmnisamnstr" --password "$DOCKERHUB_TOKEN"
- name: Run build
run: earthly --org thtmnisamnstr --sat thtmnisamnstr-dotcom-sat --ci --push +deploy