Skip to content

Commit 87ba01e

Browse files
committed
build master
1 parent f678648 commit 87ba01e

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/workflows/build_master.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,11 @@ jobs:
3030
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0 #Needed to download everything to be able to access the master & language branches
33-
34-
# Install Rust and Cargo
35-
- name: Install Rust and Cargo
36-
uses: actions-rs/toolchain@v1
37-
with:
38-
toolchain: stable
39-
override: true
4033

41-
# Install mdBook and Plugins
42-
- name: Install mdBook and Plugins
43-
run: |
44-
cargo install mdbook
45-
cargo install mdbook-alerts
46-
cargo install mdbook-reading-time
47-
cargo install mdbook-pagetoc
48-
cargo install mdbook-tabs
49-
cargo install mdbook-codename
50-
5134
# Build the mdBook
5235
- name: Build mdBook
5336
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && echo "" && echo "" && echo "Debug logs" && (cat hacktricks-preprocessor.log | tail -n 20) && exit 1)
5437

55-
# Cat hacktricks-preprocessor.log
56-
#- name: Cat hacktricks-preprocessor.log
57-
# run: cat hacktricks-preprocessor.log
58-
5938
# Login in AWs
6039
- name: Configure AWS credentials using OIDC
6140
uses: aws-actions/configure-aws-credentials@v3

src/pentesting-cloud/azure-security/az-enumeration-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ The Azure Active Directory (AD) module, now **deprecated**, is part of Azure Pow
149149
Follow this link for the [**installation instructions**](https://www.powershellgallery.com/packages/AzureAD).
150150

151151
{{#include ../../banners/hacktricks-training.md}}
152+

0 commit comments

Comments
 (0)