The files to update:
statement.md
: The problem statementproblem.yml
: Problem configurationaoi.config.yml
: Server bindingdata/*
: The judge data
- Setup AOI CLI (If you already have it, skip this step)
- Run
yarn aoi server set
- Enter server name (should be same in
aoi.config.yml
) - Enter server URL (the URL is the API Endpoint eg. https://your-instance/api)
- Run
yarn aoi server login
- Following the instructions to login
-
Update
statement.md
,problem.yml
,aoi.config.yml
, anddata/*
-
Run
yarn aoi problem deploy -s -d "Data version message" -S -r
to deploy the problem
-s
to update statement and metadata-d
to specify the data version message-S
to set data version as active-r
to rejudge all solutions