Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Dec 17, 2024
1 parent 7eed8b6 commit ccf7071
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: gh-pages

on:
push:
branches: [ "master" ]
branches:
- master
workflow_dispatch:

permissions:
Expand All @@ -17,7 +18,7 @@ concurrency:

jobs:
build:
if: ${{ github.repository == 'gnolang/gno' }} # Alternatively, validate based on provided tokens and permissions.
if: ${{ github.repository == 'villaquiranm/gno' }} # Alternatively, validate based on provided tokens and permissions.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +39,7 @@ jobs:
path: ./pages_output

deploy:
if: ${{ github.repository == 'gnolang/gno' }} # Alternatively, validate based on provided tokens and permissions.
if: ${{ github.repository == 'villaquiranm/gno' }} # Alternatively, validate based on provided tokens and permissions.
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit ccf7071

Please sign in to comment.