File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - cron : " 0 3 * * 0" # every Sunday at 03:00 UTC
66 workflow_dispatch : # allow manual triggering
77
8+ permissions :
9+ contents : write
10+
811jobs :
912 update-cache :
1013 runs-on : ubuntu-latest
1417 uses : actions/checkout@v4
1518 with :
1619 fetch-depth : 0 # required for committing
20+ persist-credentials : true
1721
1822 - name : Set up Node
1923 uses : actions/setup-node@v4
3741 else
3842 echo "No changes detected, nothing to commit."
3943 fi
44+
45+ # Build site
46+ - name : Build site
47+ run : npm run build
48+
49+ # Deploy to GitHub Pages
50+ - name : Deploy to GitHub Pages
51+ uses : JamesIves/github-pages-deploy-action@v4
52+ with :
53+ branch : gh-pages
54+ folder : dist
55+ github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 617617 {
618618 "providerUrl" : " https://optimade.materialscloud.org/main/mc3d-pbe-v1" ,
619619 "ptable" : {
620- "H" : true ,
620+ "H" : false ,
621621 "He" : true ,
622622 "Li" : true ,
623623 "Be" : true ,
863863 {
864864 "providerUrl" : " https://optimade.materialscloud.org/main/mc3d-pbesol-v2" ,
865865 "ptable" : {
866- "H" : true ,
866+ "H" : false ,
867867 "He" : true ,
868868 "Li" : true ,
869869 "Be" : true ,
41814181 "Lr" : false
41824182 }
41834183 }
4184- ]
4184+ ]
You can’t perform that action at this time.
0 commit comments