Skip to content

aurity/nextjs-get-routes-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js routes list action

This action gets all routes of next.js app

Inputs

base-url

Base URL you want to append routes to, usefull for passing already complete links. For more see links output

Outputs

routes

List of available routes

links

List of all avaiable complete links, only when base-url was passed to inputs

Example usage

- name: get next.js routes step
 id: get-nextjs-routes
 uses: aurity/nextjs-get-routes-action@v1
 with:
  base-url: https://markdown-website-git-test-get-pages-action3.aurity.vercel.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published