-
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.
- Loading branch information
1 parent
160ca5a
commit ede29ff
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
ls -l .. | ||
git config user.name "md sadique inam" # Replace with your name | ||
git config user.email "[email protected]" # Replace with your email | ||
mv ./wasmJs/* ./docs/ # Move extracted assets to /docs folder | ||
mv ../PDNS-Manager/wasmJs/* ./docs/ # Move extracted assets to /docs folder | ||
git add docs/ # Add the /docs folder to Git | ||
git commit -m "Update Wasm assets from build" | ||
git push main # Push the new branch | ||
|