Skip to content

Commit

Permalink
Test GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
hellendag committed Aug 29, 2024
1 parent 5317204 commit c9cbb26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs-revamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
git fetch origin $GITHUB_HEAD_SHA
# Compare the commit the branch is based on to its head to list changed files
CHANGED_MD_FILES=$(git diff --name-only HEAD~${{ github.event.pull_request.commits }} "$GITHUB_HEAD_SHA" docs/docs-beta/docs/**/{*.md,*.mdx})
echo $CHANGED_MD_FILES
CHANGES_ENTRY=$(echo "$CHANGED_MD_FILES" | sed 's/\.mdx*$//' | sed 's/^docs\/docs-beta\/docs/- {{deploymentUrl}}/')
CHANGES_ENTRY=$(echo -e "Preview available at {{deploymentUrl}}\n\nDirect link to changed pages:\n$CHANGES_ENTRY")
echo "$CHANGES_ENTRY"
Expand Down
2 changes: 2 additions & 0 deletions docs/docs-beta/docs/guides/data-modeling/asset-factories.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_position: 60
sidebar_label: 'Creating domain-specific languages'
---

Hello

Often in data engineering, you'll find yourself needing to create a large number of similar assets. For example:

- A set of database tables all have the same schema
Expand Down

0 comments on commit c9cbb26

Please sign in to comment.