Skip to content

Commit ee4c4eb

Browse files
author
Max Carlson
committed
Remove jekyll build for site
1 parent 1083b53 commit ee4c4eb

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,9 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v2
29-
- name: install-deps
30-
run: >
31-
sudo apt-get install -y
32-
ruby
33-
ruby-bundler
34-
- name: bundle install
35-
run: bundle install
36-
- name: clone process-code-software-procurement
37-
run: git clone https://github.com/publiccodenet/process-code-software-procurement.git
38-
- name: checkout gh-pages
39-
run: |
40-
cd process-code-software-procurement
41-
git checkout gh-pages
42-
rm -rf .git
43-
- name: jekyll build
44-
run: bundle exec jekyll build
45-
- name: build list files
46-
run: find ./_site -type f
4729
- name: Deploy to GitHub Pages
4830
id: deployment
4931
uses: peaceiris/actions-gh-pages@v3
5032
with:
5133
github_token: ${{ secrets.GITHUB_TOKEN }}
52-
publish_dir: ./_site
34+
publish_dir: ./

0 commit comments

Comments
 (0)