Skip to content

Commit

Permalink
Adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaubu committed Dec 7, 2023
1 parent d513214 commit eb0c2e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Move items to dist
run: cp anglish_given_names.json ./dist/
run: cp anglish_to_english.json ./dist/ && \
cp english_to_anglish.json ./dist/
# - name: Build CSS
# run: npx tailwindcss -i ./src/input.css -o ./dist/output.css
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# essentials
# Pure English Dictionary

## Project setup

Expand Down

0 comments on commit eb0c2e8

Please sign in to comment.