Skip to content

Update data.js

Update data.js #2

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
mkdir dist
mv images LICENSE code.js data.js index.html style.css dist/
- name: Upload to COS
uses: TencentCloud/cos-action@v1
with:
secret_id: ${{ secrets.COS_SECRET_ID }}
secret_key: ${{ secrets.COS_SECRET_KEY }}
cos_bucket: ${{ secrets.COS_BUCKET }}
cos_region: "ap-chengdu"
local_path: dist
remote_path: FauxHollowsProbabilisticSolver
clean: true