Skip to content

Commit

Permalink
FIX: schema deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Nov 7, 2024
1 parent 8ed56f6 commit d92ff55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: schema
path: schema
path: schema_new
- name: Set up Git user
run: |
git config --global user.name "github-actions[bot]"
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Copy schema artifact to schema folder
run: |
rm -rf schema/* # Clear existing files in schema folder
cp -R schema/* schema/ # Copy new schema files to schema folder
cp -R schema_new/* schema/ # Copy new schema files to schema folder
- name: Commit and push schema updates
run: |
git add schema
Expand Down

0 comments on commit d92ff55

Please sign in to comment.