Skip to content

Commit

Permalink
fix: ci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgn975 authored and Nir Galon committed Oct 8, 2022
1 parent f5cc96e commit 0782d73
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,15 @@ jobs:
id: deployment
uses: actions/deploy-pages@v1

- name: one
run: pwd

- name: two
run: ls

- name: Update index.json To Algolia
run: |
pwd
ls
node index-posts.js
node ../index-posts.js
npx atomic-algolia
env:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
Expand Down

0 comments on commit 0782d73

Please sign in to comment.