This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Merge pull request #131 from satefan/feature/multiselect #324
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@main | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: '16' | |
- run: npm install | |
- run: npm run build-css | |
- uses: BetaHuhn/do-spaces-action@v2 | |
with: | |
access_key: ${{ secrets.ACCESS_KEY }} | |
secret_key: ${{ secrets.SECRET_KEY }} | |
space_name: ${{ secrets.SPACE_NAME }} | |
space_region: ${{ secrets.SPACE_REGION }} | |
source: dist | |
versioning: true |