Skip to content

Commit

Permalink
Update workflow, remove old readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Oct 9, 2024
1 parent 5bc8e2a commit 4b6b0ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:

- name: Install dependencies
run: npm install

- name: Setup git
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Run deploy script
run: npm run deploy
2 changes: 0 additions & 2 deletions README.old.md

This file was deleted.

0 comments on commit 4b6b0ea

Please sign in to comment.