Skip to content

Plugin "@quarto/netlify-plugin-quarto" failed  #5

@BatoolMM

Description

@BatoolMM

Describe the bug

We are using it to deploy a preview of netlify. However, lately, it started giving us this error, as you can see in this PR Open-Science-Community-Saudi-Arabia/OSCSA-en-blog#60

Screenshot 2023-02-02 at 08 31 56

Steps to reproduce

We are using this CI:

on:
  workflow_dispatch:
  push:
  branches: main
  pull_request:
    types: ['opened', 'edited', 'synchronize']
    branches: main

name: 'Netlify Preview Deploy'

jobs:
  build-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Check out repository
        uses: actions/checkout@v2

      - name: Set up Quarto
        uses: quarto-dev/quarto-actions/setup@v2
        with:
          version: pre-release

      - name:  Deploy
      - uses: jsmrcaga/action-netlify-deploy@master
          with:
          NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
          NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

      
      - name: Render and Publish
        uses: quarto-dev/quarto-actions/publish@v2
        with:
          target: netlify
          NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
          NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

I am unsure if this is a problem with the authentication of GitHub API or ..... Any pointer is really appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions