Skip to content

Commit

Permalink
workflow-fix (#1031)
Browse files Browse the repository at this point in the history
* workflow fix

* workflow fix

---------

Co-authored-by: Ilaria Enache <ilaria@Mac.homenet.telecomitalia.it>
  • Loading branch information
ilariae and Ilaria Enache authored Nov 27, 2024
1 parent bc0d4d1 commit 9261932
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-mkdocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10.12'

- name: Allow to move dotfiles
run: |
Expand All @@ -24,7 +27,7 @@ jobs:
- name: Move moonbeam-docs contents to mkdocs repository
run: |
mkdir moonbeam-mkdocs/moonbeam-docs
mv * moonbeam-mkdocs/moonbeam-docs &> /dev/null || echo "Error with mv expected due to recursively moving all contents into subfolder"
find . -mindepth 1 -maxdepth 1 ! -name 'moonbeam-mkdocs' -exec mv {} moonbeam-mkdocs/moonbeam-docs/ \;
- name: Install pip requirements
run: |
Expand Down

0 comments on commit 9261932

Please sign in to comment.