Skip to content

Commit

Permalink
fix: remove more debugging steps, update dataset.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 2, 2024
1 parent c920be4 commit 2fc244e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Check `scripts` directory
run: |
if [ -d "./scripts" ]; then
echo "scripts directory exists!"
ls -al ./scripts
else
echo "scripts directory not found."
fi
- name: Use output from dataset-publication-and-configuration
run: |
echo "The output from the previous step is: ${{ needs.publish-new-datasets.outputs.publishedCollections }}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/dataset.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Block>
<Prose>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
[[REPLACE WITH RELEVANT DATASET INFORMATION]]
</Prose>
</Block>

0 comments on commit 2fc244e

Please sign in to comment.