Skip to content

Commit

Permalink
πŸ™ Fixed sync action
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Jan 26, 2024
1 parent e7528b0 commit a5c363d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sync-s3-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ jobs:
- name: πŸ“¦ Install dependencies
run: npm ci

- name: 🌳 Extract Repository Name
run: echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d '/' -f 2)" >> $GITHUB_ENV

- name: ⚑ Generate docs metadata
run: npm run generate:metadata
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_OWNER: ${{ github.repository_owner }}
GITHUB_REPO: $REPO_NAME


- name: 🏁 Check for changes
id: git-check
Expand Down

0 comments on commit a5c363d

Please sign in to comment.