Skip to content

Commit ea8ca6f

Browse files
committed
we can rename files later
1 parent 1286ee2 commit ea8ca6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: bundle install
3535
run: bundle install
3636
- name: clone process-code-software-procurement
37-
run: git clone https://github.com/publiccodenet/process-code-software-procurement.git software-procurement
37+
run: git clone https://github.com/publiccodenet/process-code-software-procurement.git
3838
- name: checkout gh-pages
3939
run: |
40-
cd software-procurement
40+
cd process-code-software-procurement
4141
git checkout gh-pages
4242
rm -rf .git
4343
- name: jekyll build

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
---
55
# Process code
66

7-
* [Software procurement](software-procurement/index.html)
7+
* [Software procurement](process-code-software-procurement/index.html)

0 commit comments

Comments
 (0)