File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 bundle config set path 'vendor/bundle'
3434 bundle install --jobs 4
3535
36- - name : Build Jekyll for staging
36+ - name : Build Jekyll for production
3737 working-directory : docs
3838 run : |
39- echo "Building staging site"
39+ echo "Building production site"
4040 bundle exec jekyll build --trace \
4141 --destination _site \
42- --config _config.yml,_config.staging.yml
43- echo "staging. nhstech.uk" > _site/CNAME
42+ --config _config.yml
43+ echo "nhstech.uk" > _site/CNAME
4444
4545 - name : Upload Pages artifact
4646 uses : actions/upload-pages-artifact@v3
5252 runs-on : ubuntu-latest
5353 environment :
5454 name : github-pages
55- url : https://staging. nhstech.uk
55+ url : https://nhstech.uk
5656 steps :
5757 - name : Deploy to GitHub Pages
5858 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments