Skip to content
Snippets Groups Projects
Commit 7e090406 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

Fixed ci probably

parent 8cdfd521
No related branches found
No related tags found
4 merge requests!18Cse590b 23 wi,!15Added slides for week 6: accessible data visualizations,!9Cse590b 23 wi,!8Cse590b 23 wi
Pipeline #520708 failed
......@@ -34,7 +34,7 @@ build_production:
course: csep590b
source_path: public
only:
- CSEP590b-23WI
- CSE590b-23WI
artifacts:
paths:
- public/
......@@ -52,7 +52,7 @@ pre_deploy_production:
course: csep590b
source_path: public
only:
- CSEP590b-23WI
- CSE590b-23WI
generate_pdf:
stage: generatepdf
......@@ -69,7 +69,7 @@ generate_pdf:
course: csep590b
source_path: public
only:
- CSEP590b-23WI
- CSE590b-23WI
artifacts:
paths:
- public/
......@@ -87,4 +87,4 @@ after_deploy_production:
course: csep590b
source_path: public
only:
- CSEP590b-23WI
- CSE590b-23WI
......@@ -32,6 +32,9 @@ To use this website, the following steps are necessary:
# Basic use:
rvm use ruby 2.6 # on M1 install with rvm install 2.6.6 --with-gcc=clang
bundle install # if needed
bundle exec jekyll build
bundle exec jekyll serve &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment