Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: move to mkdocs-material #262

Merged
merged 1 commit into from
Jan 19, 2025
Merged

docs: move to mkdocs-material #262

merged 1 commit into from
Jan 19, 2025

Conversation

fredrikaverpil
Copy link
Owner

@fredrikaverpil fredrikaverpil commented Jan 19, 2025

Comment on lines 60 to 70
# if: github.event_name != 'pull_request'
uses: actions/configure-pages@v5

- name: Upload artifact
# if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v3
with:
path: "./site"

- name: Deploy to GitHub Pages
# if: github.event_name != 'pull_request'
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# if: github.event_name != 'pull_request'
uses: actions/configure-pages@v5
- name: Upload artifact
# if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v3
with:
path: "./site"
- name: Deploy to GitHub Pages
# if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
uses: actions/configure-pages@v5
- name: Upload artifact
if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v3
with:
path: "./site"
- name: Deploy to GitHub Pages
if: github.event_name != 'pull_request'

@fredrikaverpil fredrikaverpil marked this pull request as ready for review January 19, 2025 01:56
@fredrikaverpil fredrikaverpil merged commit 3f6f3c8 into main Jan 19, 2025
9 checks passed
@fredrikaverpil fredrikaverpil deleted the mkdocs branch January 19, 2025 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant