Skip to content

Commit

Permalink
Update deploy-to-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin authored Mar 6, 2024
1 parent 2c7140d commit f061ceb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,3 @@ jobs:
bundle config path vendor/bundle
bundle install
JEKYLL_ENV=production bundle exec jekyll build --config _config.yml,_config_prod.yml
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
REPOSITORY_NAME: hagstofan/heimsmarkmid-prod
ACCESS_TOKEN: ${{ secrets.HAGSTOFA_PROD }}
BRANCH: main
FOLDER: _site
CLEAN: true

0 comments on commit f061ceb

Please sign in to comment.