0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 16:00:27 -05:00

fix: yml indentation error

This commit is contained in:
Juanfran 2024-06-07 12:53:41 +02:00
parent 65a87b713c
commit 0064353a30

View file

@ -10,6 +10,7 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
name: Deploy github pages
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -30,7 +31,7 @@ jobs:
- name: Build the project - name: Build the project
run: npm run build:styles-example run: npm run build:styles-example
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v4 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}