Skip to content

Commit

Permalink
Update migrate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asafcjfrog authored Jan 22, 2025
1 parent 38cbddc commit 66aeb4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ jobs:
# Step 6: Run migration utility
- name: Run migration utility
env:
WORK_DIR: workspace_${{ github.run_id }}_${{ github.job }}_${{ github.run_number }}
GITBOOK_REPO_FOLDER: "$WORK_DIR/gitbook-content"
FLUID_TOPICS_API_KEY: ${{ env.FLUID_TOPICS_API_KEY }}
FLUID_TOPICS_BASE_URL: ${{ env.FLUID_TOPICS_BASE_URL }}
FLUID_TOPICS_SOURCE_ID: ${{ vars.FLUID_TOPICS_SOURCE_ID }}
PUBLICATION_TITLE: ${{ vars.PUBLICATION_TITLE }}
run: |
python3 $WORK_DIR/Gitbook-to-FT/main.py
env:
WORK_DIR: workspace_${{ github.run_id }}_${{ github.job }}_${{ github.run_number }}

0 comments on commit 66aeb4b

Please sign in to comment.