Skip to content

Commit

Permalink
Test Deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-magas committed Jan 25, 2024
1 parent bec8179 commit c6bba32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build-sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,14 @@ jobs:
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.version.outputs.version }}
custom_tag: ${{ steps.version.outputs.version }}

- name: Make Css zip
run: |
zip -r cssonly.zip ./dist/*.css
- uses: ncipollo/release-action@v1
with:
artifacts: "cssonly.zip"
skipIfReleaseExists: true
name: "CSS files ${{ steps.version.outputs.version }}"
24 changes: 0 additions & 24 deletions .github/workflows/deploy-release.yml

This file was deleted.

0 comments on commit c6bba32

Please sign in to comment.