Skip to content

Commit

Permalink
fix pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 3, 2024
1 parent 4e2bf51 commit 54fea3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/debug-action.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
- name: Set variables for Mkdocs Macros ℹ️
run: |
echo "---" > docs/assets/data/github.yml
export GH_REPO_STRING=${{ github.GITHUB_REPOSITORY }}
echo ${GH_REPO_STRING##*/} >> docs/assets/data/github.yml
echo "${{ github.GITHUB_REPOSITORY_OWNER }}" >> docs/assets/data/github.yml
echo "" >> docs/assets/data/github.yml
echo "$(<docs/assets/data/github.yml)"
echo "org_name: ${{ github.repository_owner }}" >> docs/assets/data/github.yml
echo "repo_name: ${{ github.event.repository.name }}" >> docs/assets/data/github.yml
echo "repository: ${{ github.repository }}" >> docs/assets/data/github.yml
- name: Setup Python3 🐍
uses: actions/setup-python@v5
Expand Down
3 changes: 2 additions & 1 deletion docs/assets/data/github.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
org_name: arista-netdevops-community
repo_name: one-click-se-demos
repo_name: one-click-se-demos
repository: arista-netdevops-community/one-click-se-demos

0 comments on commit 54fea3f

Please sign in to comment.