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
6 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp,!5Latest update from Spring 2023,!4Latest update after pmp class,!3Updated content for week 3 and week 4 (week 4 still needs work)
......@@ -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