Skip to content

Commit

Permalink
Rename roq-docs back to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 30, 2025
1 parent 765a525 commit 99512bb
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:

- name: Store PR id
run: |
echo ${{ github.event.number }} > ./roq-docs/target/generated-docs/pr-id.txt
echo ${{ github.event.number }} > ./docs/target/generated-docs/pr-id.txt
- name: Publishing docs
uses: actions/upload-artifact@v4
with:
name: docs
path: ./roq-docs/target/generated-docs
path: ./docs/target/generated-docs
retention-days: 3

- name: Build blog
Expand All @@ -50,4 +50,4 @@ jobs:
with:
name: blog
path: ./blog/target/roq
retention-days: 3
retention-days: 3
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</property>
</activation>
<modules>
<module>roq-docs</module>
<module>docs</module>
</modules>
</profile>
<profile>
Expand Down

0 comments on commit 99512bb

Please sign in to comment.