Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NyanCAD/Mosaic
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos committed Aug 4, 2022
2 parents 8ca4d37 + d9cbf2e commit 45d9ab5
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,29 @@ jobs:
npm install
npx shadow-cljs release frontend
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@4.1.7
- name: Deploy to Github pages πŸš€
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: public
target-folder: app

- name: Deploy JS to Pyttoresque πŸš€
uses: JamesIves/[email protected]
with:
token: ${{ secrets.PAT }}
repository-name: NyanCAD/Pyttoresque
branch: main
folder: public/js
target-folder: pyttoresque/app/static
clean: false

- name: Deploy CSS to Pyttoresque πŸš€
uses: JamesIves/[email protected]
with:
token: ${{ secrets.PAT }}
repository-name: NyanCAD/Pyttoresque
branch: main
folder: public/css
target-folder: pyttoresque/app/static
clean: false

0 comments on commit 45d9ab5

Please sign in to comment.