File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,15 @@ jobs:
2929 run : npm run test
3030 - name : Build
3131 run : npm run build
32+ env :
33+ GOOGLE_CLIENT_ID : ${{ secrets.GOOGLE_CLIENT_ID }}
34+ GOOGLE_CLIENT_SECRET : ${{ secrets.GOOGLE_CLIENT_SECRET }}
35+ GOOGLE_DEVELOPER_KEY : ${{ secrets.GOOGLE_DEVELOPER_KEY }}
36+ GOOGLE_REDIRECT_URI : ${{ vars.GOOGLE_REDIRECT_URI }}
3237 - name : Archive site content
3338 uses : thedoctor0/zip-release@master
3439 with :
35- type : ' zip '
40+ type : ' tar '
3641 directory : ' ./dist'
3742 filename : ../xrpweb-v${{ github.run_number }}.zip
3843 - name : Debug - List files
File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import convert from '@assets/images/convert.svg';
1313import dashboard from '@assets/images/dashboard.svg' ;
1414import drivers from '@assets/images/drivers.svg' ;
1515import forum from '@assets/images/forum.svg' ;
16- import cirriculum from '@assets/images/cirriculum .svg' ;
16+ import curriculum from '@assets/images/curriculum .svg' ;
1717import changelog from '@assets/images/changelog.svg' ;
1818import settings from '@assets/images/settings.svg' ;
1919import chatbot from '@assets/images/chatbot.svg' ;
@@ -1149,8 +1149,8 @@ function NavBar({ layoutref }: NavBarProps) {
11491149 link : 'https://open-stem.github.io/XRP_MicroPython/' ,
11501150 } ,
11511151 {
1152- label : t ( 'cirriculum ' ) ,
1153- iconImage : cirriculum ,
1152+ label : t ( 'curriculum ' ) ,
1153+ iconImage : curriculum ,
11541154 link : 'https://introtoroboticsv2.readthedocs.io/en/latest/' ,
11551155 } ,
11561156 {
You can’t perform that action at this time.
0 commit comments