Skip to content

build(deps): bump @astrojs/sitemap from 3.0.2 to 3.0.5 #2612

build(deps): bump @astrojs/sitemap from 3.0.2 to 3.0.5

build(deps): bump @astrojs/sitemap from 3.0.2 to 3.0.5 #2612

Workflow file for this run

name: Netlify
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn install
- run: yarn build
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.1
with:
publish-dir: './dist'
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}