Skip to content

Bump minor versions #21

Bump minor versions

Bump minor versions #21

Workflow file for this run

# Disabled until https://github.com/withastro/astro/issues/7561 gets fixed
# name: Deploy Docs
#
# on:
# push:
# branches:
# - master
#
# jobs:
# deploy-docs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repo
# uses: actions/checkout@v3
#
# - name: Setup node
# uses: actions/setup-node@v3
# with:
# node-version: 20
# cache: "yarn"
#
# - name: Install dependencies
# run: yarn install --immutable
#
# - name: "Deploy to Github Pages"
# run: |
# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
# yarn workspace deploy -- -u "github-actions-bot <support+actions@github.com>"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}