-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jonas Heinle <[email protected]>
- Loading branch information
1 parent
e19be55
commit 7ca7646
Showing
3 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Set up Python 3.11 | ||
uses: actions/setup-python@v5.1.0 | ||
uses: actions/setup-python@v5.2.0 | ||
with: | ||
python-version: "3.11" | ||
# You can test your matrix by printing the current Python version | ||
|
@@ -33,27 +33,27 @@ jobs: | |
echo $(pwd) | ||
ls | ||
python -c "import sys; print(sys.version)" | ||
echo "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
# echo "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
python scripts/download_markdown_files.py ${{ secrets.WEBDAV_HOSTNAME }} ${{ secrets.WEBDAV_USERNAME }} ${{ secrets.WEBDAV_PASSWORD }} ${{ secrets.REMOTE_BASE_PATH }} "$LOCAL_ASSETS_FOLDER" | ||
echo "After executing .md deploy script the asset folder has following content:" | ||
ls "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
echo "Verifying downloaded files in assets folder:" | ||
ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
echo "Verifying downloaded files in assets/documents/books/ folder:" | ||
ls -R "$LOCAL_ASSETS_FOLDER/documents/books" | ||
echo "Verifying downloaded files in $(pwd)/assets/documents/books/ folder:" | ||
ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER/documents/books" | ||
- name: Verify downloaded files | ||
run: | | ||
echo "Verifying downloaded files in assets folder:" | ||
ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
# echo "After executing .md deploy script the asset folder has following content:" | ||
# ls "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
# echo "Verifying downloaded files in assets folder:" | ||
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
# echo "Verifying downloaded files in assets/documents/books/ folder:" | ||
# ls -R "$LOCAL_ASSETS_FOLDER/documents/books" | ||
# echo "Verifying downloaded files in $(pwd)/assets/documents/books/ folder:" | ||
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER/documents/books" | ||
# - name: Verify downloaded files | ||
# run: | | ||
# echo "Verifying downloaded files in assets folder:" | ||
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
|
||
- name: Setup Flutter SDK | ||
uses: flutter-actions/[email protected] | ||
with: | ||
channel: stable | ||
version: 3.24.2 | ||
version: 3.24.3 | ||
|
||
# Note: This workflow uses the latest stable version of the Dart SDK. | ||
# You can specify other versions if desired, see documentation here: | ||
|
Submodule jotrockenmitlockenrepo
updated
3 files
+11 −0 | .flutter-plugins | |
+5 −1 | .flutter-plugins-dependencies | |
+6 −5 | pubspec.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters