Skip to content

Commit

Permalink
test will exit when there are changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Mar 20, 2024
1 parent 7b62542 commit 47f13dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
- run: python sheets.py
- uses: EndBug/add-and-commit@v9
id: commit_step
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"
- run: exit 1
if: ${{ steps.commit_step.pushed == 'true' }}
- uses: actions/setup-node@v3
Expand Down
12 changes: 1 addition & 11 deletions src/data/sheets.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{
"name": "sheets",
"full_path": "/sheets/",
"contents": [
{
"name": "Exercises",
"full_path": "/sheets/Exercises/",
"contents": [
{
"name": "czerny",
"full_path": "/sheets/Exercises/czerny/",
"contents": [
"50-100.pdf",
"1-49.pdf"

]
},
{
Expand Down

0 comments on commit 47f13dd

Please sign in to comment.