Skip to content

Commit

Permalink
Update publish2pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex authored Nov 7, 2024
1 parent 8f1ef17 commit 0b5f582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish2pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
shell: bash

- name: content update
- name: create symbolic link without extension
id: push_to_production
run: |
cd data_descriptors;
find . -type f -name "*.json" -exec sh -c 'mv "$0" "${0%.json}"' {} \;
find . -type f -name "*.json" -exec sh -c 'ln -s "$0" "${0%.json}"' {} \;
git add .;
git commit -m "production push";
git push --force origin production;
Expand Down

0 comments on commit 0b5f582

Please sign in to comment.