Skip to content

Commit

Permalink
fix jekyll build on ci (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy authored May 27, 2024
1 parent b1743c9 commit 625b3ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "dev"
paths:
- "jekyll/**"
- ".github/workflows/ghpages.yml"
workflow_dispatch:

jobs:
Expand All @@ -25,7 +26,7 @@ jobs:
- uses: jeffreytse/jekyll-deploy-action@v0.3.1
with:
provider: "github"
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
repository: "informalsystems/modelator"
branch: "gh-pages"
jekyll_src: "./jekyll"
Expand Down

0 comments on commit 625b3ec

Please sign in to comment.