How to publish an experiment?

URL of experiment: https://run.pavlovia.org/yiyue15/tpl

Description of the problem:
I push all my code to master branch on GitLab. Yesterday, it was still working fine, whatever I pushed is reflected almost immediately.

But somehow today the changes I pushed online didn’t seem to show up at all. The experiment was still running my previous code… Does anyone know what might be wrong?

Use Developer Tools (Ctl-Shift-I in Windows/Chrome, Cmd-Opt-J in Mac/Chrome, F12 in IE/Edge, Ctrl-Shift-J in Windows/Safari, Ctrl-Opt-J in Mac/Safari) to view errors via the browser console if you aren’t getting sufficient information from PsychoPy. You can add console.log(var); to your Javascript to check the value of a variable var at a particular point.

If Pavlovia refuses to run the latest upload of your experiment, disable the cache via Network conditions in the browser console.

Best wishes,

Wakefield