0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -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:
build-and-deploy:
name: Deploy github pages
runs-on: ubuntu-latest
steps:
@ -30,7 +31,7 @@ jobs:
- name: Build the project
run: npm run build:styles-example
- name: Deploy
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}