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:
parent
65a87b713c
commit
0064353a30
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue