Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Nov 23, 2022
1 parent 86a36de commit df28df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/algolia-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name: algolia-search
jobs:
algolia-search:
runs-on: ubuntu-latest
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Algolia Jekyll Action
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/chulapa-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build-chulapa-gh-pages:
runs-on: ubuntu-latest
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit df28df7

Please sign in to comment.