We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1083b53 commit ee4c4ebCopy full SHA for ee4c4eb
.github/workflows/deploy-gh-pages.yml
@@ -26,27 +26,9 @@ jobs:
26
steps:
27
- name: Checkout
28
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
47
- name: Deploy to GitHub Pages
48
id: deployment
49
uses: peaceiris/actions-gh-pages@v3
50
with:
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
- publish_dir: ./_site
+ publish_dir: ./
0 commit comments