Skip to content

Commit

Permalink
Change: workflows/update-entries> Trying using custom workflows to de…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Jan 25, 2024
1 parent 6f03c07 commit e946943
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/update-entries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ jobs:
- uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28
- name: build
run: nix build .
- name: push changes
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git switch gh-pages
- uses: actions/upload-pages-artifact
with:
path: "result"

mv result/midashi ./midashi
git add midashi
git commit -m "Auto commit"
git push origin gh-pages
deploy:
runs-on: ubuntu-latest
needs: update-entries
steps:
- uses: actions/deploy-pages@v4


0 comments on commit e946943

Please sign in to comment.