Skip to content

Commit

Permalink
#2970: autoGen-talawa-admin-docs-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bint-Eve committed Jan 6, 2025
1 parent 8d621fe commit d3c57fe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,12 +516,6 @@ jobs:
npm ci
npm install -g typedoc typedoc-plugin-markdown
- name: Create documentation directory
run: |
mkdir -p docs/docs/auto-docs
mkdir -p docs/docs/user-guide
mkdir -p docs/docs/developer-guide/reference
- name: Generate Documentation
run: |
# Generate the documentation
Expand Down Expand Up @@ -567,6 +561,20 @@ jobs:
run: |
git config user.name "GitHub Actions Bot"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Debug GitHub Variables
run: |
echo "GitHub REF: ${{ github.ref }}"
echo "GitHub HEAD REF: ${{ github.head_ref }}"
echo "GitHub BASE REF: ${{ github.base_ref }}"
echo "GitHub REF NAME: ${{ github.ref_name }}"
echo "GitHub EVENT NAME: ${{ github.event_name }}"
echo "Current branch:"
git branch --show-current
echo "All branches:"
git branch -a
echo "Git status:"
git status
- name: Check and Commit Documentation
run: |
Expand Down
Empty file added docs/docs/auto-docs/.gitignore
Empty file.
Empty file.
Empty file added docs/docs/user-guide/.gitignore
Empty file.

0 comments on commit d3c57fe

Please sign in to comment.