Bump rehype-prism-plus from 1.6.1 to 2.0.1 #46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |