-
-
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.
* pumping up versions * pumping up flutter version --------- Co-authored-by: Jonas Heinle <[email protected]> Co-authored-by: jones <[email protected]>
- Loading branch information
1 parent
7ca7646
commit 079c2cd
Showing
3 changed files
with
18 additions
and
3 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 |
---|---|---|
|
@@ -20,7 +20,9 @@ jobs: | |
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/[email protected] | ||
uses: actions/[email protected] | ||
- name: Set up Python 3.11 | ||
uses: actions/[email protected] | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.11" | ||
|
@@ -34,6 +36,7 @@ jobs: | |
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" | ||
|
@@ -43,17 +46,29 @@ jobs: | |
# 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" | ||
# 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: 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.3 | ||
version: 3.24.4 | ||
|
||
# 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
+4 −15 | .flutter-plugins | |
+1 −5 | .flutter-plugins-dependencies | |
+4 −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